Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / case-map.sh
index 011c344d059ed8a406995bd3e5123ebc065e71e9..17f4fedf64c62560750f3995c89c0ca890147dc3 100755 (executable)
@@ -72,7 +72,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass;