Index: /trunk/psLib/test/psTest.c
===================================================================
--- /trunk/psLib/test/psTest.c	(revision 585)
+++ /trunk/psLib/test/psTest.c	(revision 586)
@@ -17,5 +17,4 @@
 
 #include "psTest.h"
-#include "psAbort.h"
 
 #define HEADER_TOP    "/----------------------------- TESTPOINT ------------------------------------------\\\n"
@@ -47,6 +46,6 @@
         exit(fcn());
     } else if (child < 0) {
-        psAbort(testPointFile,"Couldn't fork a process to run a negative test (%s|%s)", packageName,
-                testPointName);
+        fprintf(fp,"Couldn't fork a process to run a negative test (%s|%s)", packageName, testPointName);
+        abort();
     }
 
