Index: trunk/psLib/test/collections/tst_psList.c
===================================================================
--- trunk/psLib/test/collections/tst_psList.c	(revision 1027)
+++ trunk/psLib/test/collections/tst_psList.c	(revision 1033)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 18:49:28 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-14 23:03:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -42,5 +42,6 @@
 
     if (! runTestSuite(stderr,"psList",tests)) {
-        psAbort(__FILE__,"One or more tests failed");
+        psError(__FILE__,"One or more tests failed");
+        return 1;
     }
     return 0;
