X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Foneway-missing.sh;h=d4a4c6fd9b648f31a9b8f0e1d258cfc68f1277ec;hb=refs%2Ftags%2Ffc11-i386-build74;hp=2b16368b121d4c3b270055fe3b87fc381258a6bc;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/oneway-missing.sh b/tests/command/oneway-missing.sh index 2b16368b..d4a4c6fd 100755 --- a/tests/command/oneway-missing.sh +++ b/tests/command/oneway-missing.sh @@ -92,7 +92,7 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="copy output" -cp $TEMPDIR/pspp.list $TEMPDIR/pspp.list1 +cp $TEMPDIR/pspp.csv $TEMPDIR/pspp.csv1 if [ $? -ne 0 ] ; then no_result ; fi activity="create program 2" @@ -130,7 +130,7 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare outputs" -diff $TEMPDIR/pspp.list $TEMPDIR/pspp.list1 +diff $TEMPDIR/pspp.csv $TEMPDIR/pspp.csv1 if [ $? -ne 0 ] ; then fail ; fi # Now try a missing dependent variable @@ -170,7 +170,7 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare outputs" -diff $TEMPDIR/pspp.list $TEMPDIR/pspp.list1 +diff $TEMPDIR/pspp.csv $TEMPDIR/pspp.csv1 if [ $? -ne 0 ] ; then fail ; fi