X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbugs%2Ft-test-with-temp.sh;h=3413a51ffb7ba9f57635114022764f907e1e5777;hb=432761249a7e96e81407a123d0e25c3de3066202;hp=92dc3fb02b057f8215dd2907e8e340732b4521a1;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/bugs/t-test-with-temp.sh b/tests/bugs/t-test-with-temp.sh index 92dc3fb0..3413a51f 100755 --- a/tests/bugs/t-test-with-temp.sh +++ b/tests/bugs/t-test-with-temp.sh @@ -75,11 +75,11 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="copy output" -cp $TEMPDIR/pspp.list $TEMPDIR/first.list +cp $TEMPDIR/pspp.csv $TEMPDIR/first.csv if [ $? -ne 0 ] ; then no_result ; fi activity="create program 2" @@ -103,8 +103,8 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list $TEMPDIR/first.list -diff -b $TEMPDIR/pspp.list $TEMPDIR/first.list +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.csv $TEMPDIR/first.csv +diff -b $TEMPDIR/pspp.csv $TEMPDIR/first.csv if [ $? -ne 0 ] ; then fail ; fi