(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / missing-values.sh
index 4936736d1eb7ea445851ecbecb0e2b651e8c5f66..4b1e0eb4e735c3c9617e210fd173537aa67d8cff 100755 (executable)
@@ -111,7 +111,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat 
+$SUPERVISOR $PSPP --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat 
 # Note   vv   --- there are errors in input.  Therefore, the  command must FAIL
 if [ $? -eq 0 ] ; then fail ; fi