Index: /trunk/psLib/test/sys/tap_psString.c
===================================================================
--- /trunk/psLib/test/sys/tap_psString.c	(revision 11659)
+++ /trunk/psLib/test/sys/tap_psString.c	(revision 11660)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2006-12-18 19:18:46 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-02-06 03:37:40 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -463,6 +463,6 @@
          "psStringSplit failed to return expected strings.");
 
-    ok ( strncmp((psString)(strList->head->next->next->data), " test case",10),
-         "psStringSplit to return expected strings.");
+    ok ( !strncmp((psString)(strList->head->next->next->data), " test case",10),
+         "psStringSplit failed to return expected strings.");
 
     ok ( !strncmp((psString)(strList->head->next->next->next->data), " to check.", 10),
