X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ftabs.sh;h=addb170b0a2452a0ad6a40e9436d5c768846242f;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=ad530f45c83cb6cbfbb89881911e3b841ce8b8e7;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/tabs.sh b/tests/command/tabs.sh index ad530f45..addb170b 100755 --- a/tests/command/tabs.sh +++ b/tests/command/tabs.sh @@ -82,14 +82,11 @@ $SUPERVISOR $PSPP --testing-mode $TEMPDIR/tabs.stat if [ $? -ne 0 ] ; then no_result ; fi -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' -1.1 DATA LIST. Reading 1 record from INLINE. -+--------+------+-------+------+ -|Variable|Record|Columns|Format| -#========#======#=======#======# -|X | 1| 1- 80|A80 | -+--------+------+-------+------+ +diff -c $TEMPDIR/pspp.csv - << EOF | perl -e 's/^\s*$//g' +Table: Reading 1 record from INLINE. +Variable,Record,Columns,Format +X,1,1- 80,A80 + 1 12 123 1234 12345 EOF if [ $? -ne 0 ] ; then fail ; fi