Index: trunk/psLib/test/collections/tst_psHash01.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash01.c	(revision 1808)
+++ trunk/psLib/test/collections/tst_psHash01.c	(revision 1811)
@@ -70,5 +70,5 @@
                 testStatus);
 
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Index: trunk/psLib/test/collections/tst_psHash03.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash03.c	(revision 1808)
+++ trunk/psLib/test/collections/tst_psHash03.c	(revision 1811)
@@ -31,5 +31,5 @@
     numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL);
     printf("******************** %s ********************\n", myString);
-    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,NULL));
+    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr));
     printf("%d blocks\n", numBlocks);
     printf("*  ");
