undid accidental checkin of text import patch
[pspp-builds.git] / tests / bugs / compute-fmt.sh
index ea860281fb43d58e919702d30f4579436f7ec926..1d898dba19474bc599d143726adde2531f515dc2 100755 (executable)
@@ -55,7 +55,7 @@ mkdir -p $TEMPDIR
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/foo.sps <<EOF
+cat > $TESTFILE <<EOF
 INPUT PROGRAM.
        COMPUTE num = 3.
 END FILE.
@@ -66,7 +66,7 @@ SAVE outfile='$TEMPDIR/temp.sav'.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/foo.sps
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then fail; fi