Browse Source

ENH: Removing QNX hack for test 6 now that the problem has been fixed.

Brad King 20 years ago
parent
commit
858a5131dc
1 changed files with 0 additions and 7 deletions
  1. 0 7
      Source/kwsys/testProcess.c

+ 0 - 7
Source/kwsys/testProcess.c

@@ -321,13 +321,6 @@ int main(int argc, const char* argv[])
     cmd[1] = "run";
     cmd[2] = argv[1];
     cmd[3] = 0;
-#if defined(__QNX__)
-    if(n == 6)
-      {
-      printf("This test is disabled on QNX for now.\n");
-      return 1;
-      }
-#endif
     fprintf(stdout, "Output on stdout before test %d.\n", n);
     fprintf(stderr, "Output on stderr before test %d.\n", n);
     fflush(stdout);