(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / use.sh
index 65532f44f5d0eb29dae08f3301445254b6317cde..f81b2264121b4545e78b47eabd5b372130beda78 100755 (executable)
@@ -75,7 +75,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -B $STAT_CONFIG_PATH --testing-mode -o raw-ascii $TEMPDIR/filter.stat
+$SUPERVISOR $PSPP -B $STAT_CONFIG_PATH --testing-mode $TEMPDIR/filter.stat
 if [ $? -ne 0 ] ; then no_result ; fi