X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ftabs.sh;h=83b364199a8ca69beb34febda277b5d0760abebb;hb=c0a213f7ed487273797d579bad952bca983240ba;hp=ad530f45c83cb6cbfbb89881911e3b841ce8b8e7;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/command/tabs.sh b/tests/command/tabs.sh index ad530f45..83b36419 100755 --- a/tests/command/tabs.sh +++ b/tests/command/tabs.sh @@ -9,7 +9,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps if [ -z "$top_builddir" ] ; then top_builddir=. ; fi if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd` @@ -78,18 +78,15 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TEMPDIR/tabs.stat +$SUPERVISOR $PSPP -o pspp.csv $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