(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / random.sh
index c7f3e8bee7fee13574a9c1ac98e7fd2de1325863..c41dbf00504d556e9dd96601ee0fff9c4c214a51 100755 (executable)
@@ -71,7 +71,7 @@ EOF
 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