Index: /trunk/psLib/test/collections/tst_psList.c
===================================================================
--- /trunk/psLib/test/collections/tst_psList.c	(revision 930)
+++ /trunk/psLib/test/collections/tst_psList.c	(revision 931)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 19:39:28 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-08 20:08:51 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -429,5 +429,5 @@
     if (data == NULL || *data != 0) {
         printListInt(list);
-        psError(__func__,"Failed to remove PS_LIST_HEAD");
+        psError(__func__,"Failed to remove PS_LIST_HEAD (%p)",data);
         return 1;
     }
Index: /trunk/psLib/test/psTest.c
===================================================================
--- /trunk/psLib/test/psTest.c	(revision 930)
+++ /trunk/psLib/test/psTest.c	(revision 931)
@@ -52,6 +52,4 @@
     waitpid(child,&childReturn,0);
 
-    childReturn &= 0x7f;
-
     if (childReturn != expectedReturn) {
         fprintf(fp,"Return value mismatch: expected %d, got %d",expectedReturn,childReturn);
