(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / aggregate.sh
index b95401818ab8f1edb938a4fa7f50a8b635ffb5cc..8fca96fab01db1991b6f770b3e84b4ce39d6367b 100755 (executable)
@@ -214,7 +214,7 @@ for outfile in scratch active external; do
            if [ $? -ne 0 ] ; then no_result ; fi
            
            activity="run $name.pspp"
-           $SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $name.pspp 
+           $SUPERVISOR $PSPP --testing-mode -e /dev/null $name.pspp 
            if [ $? -ne 0 ] ; then no_result ; fi
 
            activity="check $name output"