Index: trunk/ippToPsps/test/mkgpc1.sh
===================================================================
--- trunk/ippToPsps/test/mkgpc1.sh	(revision 38888)
+++ trunk/ippToPsps/test/mkgpc1.sh	(revision 38963)
@@ -59,6 +59,9 @@
   echo ntable: $ntable
   if ($ntable != 25) then
-    echo "expected 25 lines (24 tables), but got $ntable, not deleting"
-    exit 2
+    if ($ntable != 21) then
+	echo "expected 25 lines (24 tables), but got $ntable, not deleting"
+	exit 2
+    endif
+    echo "Found old style 21 line (20 table) version of the database, so not blocking deletion."
   endif
 
