X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fimport-export.sh;h=b519d4695e03ebff38d17fdb7975a8643562bea0;hb=44daa45c8dcab1198280ebb71d35772a990d3e11;hp=0cb178bf5776ade7e26ac28b5218f2eefd18e70f;hpb=92f9121c49de9f91d9d743b5dc854cf701713dc5;p=pspp-builds.git diff --git a/tests/command/import-export.sh b/tests/command/import-export.sh index 0cb178bf..b519d469 100755 --- a/tests/command/import-export.sh +++ b/tests/command/import-export.sh @@ -74,17 +74,16 @@ 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="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF - X Y --------- -------- - 1.00 2.00 - 3.00 . - 5.00 6.00 +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Data List +X,Y +1.00,2.00 +3.00,. +5.00,6.00 EOF if [ $? -ne 0 ] ; then fail ; fi