(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / trimmed-mean.sh
index ea30f8f56cb0f2258f5b2887546a9772eb4352ad..7346e526cf00aa9c64cafa38380bd5e88b09de7c 100755 (executable)
@@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi