(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Sep 2010 11:12:59 +0000 (11:12 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Sep 2010 11:12:59 +0000 (11:12 +0000)
src/util/Makefile.am
src/util/test_os_start_process.c

index 38d60167bea07af0ca7155f9ad937e9423b74e85..6d88537e5ce2693e205eaf3574d183aac532a2d9 100644 (file)
@@ -14,8 +14,6 @@ libgnunetutilwin_la_LIBADD = \
   -lshell32 -liconv -lstdc++ \
   -lcomdlg32 -lgdi32
 WINLIB = libgnunetutilwin.la
-noinst_PROGRAMS = test_os_start_process_cat
- test_os_start_process_cat_SOURCES = test_os_start_process_cat.c
 endif
 
 if USE_COVERAGE
index 97c5e99c0646f7f57f40ee6d5c3b45ed967bc587..0b8860c7de3aaeac7583ce0ad30d40d82754e6e5 100644 (file)
@@ -105,11 +105,8 @@ task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   char *fn;
   const struct GNUNET_DISK_FileHandle *stdout_read_handle;
   const struct GNUNET_DISK_FileHandle *wh;
-#ifndef WINDOWS
+
   GNUNET_asprintf(&fn, "cat");
-#else
-  GNUNET_asprintf(&fn, "./.libs/test_os_start_process_cat.exe");
-#endif
 
   hello_pipe_stdin = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_YES, GNUNET_NO);
   hello_pipe_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES);