X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffile-handle.sh;h=ed44ba6b1374f93b62dd974b6d2e9f6a9985eb2b;hb=943d4b7f3171402af7b7cd991d66b1dd6e625446;hp=3dfe52f10be98f1d213041303d85bac8fae4cff6;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/command/file-handle.sh b/tests/command/file-handle.sh index 3dfe52f1..ed44ba6b 100755 --- a/tests/command/file-handle.sh +++ b/tests/command/file-handle.sh @@ -81,21 +81,17 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -diff -b $TEMPDIR/pspp.list - << EOF -1.1 DATA LIST. Reading free-form data from myhandle. -+--------+------+ -|Variable|Format| -#========#======# -|x |F8.0 | -+--------+------+ - - x --------- - 1.00 - 2.00 - 5.00 - 109.00 - +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Reading free-form data from myhandle. +Variable,Format +x,F8.0 + +Table: Data List +x +1.00 +2.00 +5.00 +109.00 EOF if [ $? -ne 0 ] ; then fail ; fi