X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ft-test-with-temp.sh;h=ba355580a62df84490f27977f4d3cebedd618730;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=92dc3fb02b057f8215dd2907e8e340732b4521a1;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/t-test-with-temp.sh b/tests/bugs/t-test-with-temp.sh index 92dc3fb0..ba355580 100755 --- a/tests/bugs/t-test-with-temp.sh +++ b/tests/bugs/t-test-with-temp.sh @@ -79,7 +79,7 @@ $SUPERVISOR $PSPP --testing-mode $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