X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdata-list.sh;h=9f073013267f8204d1ece80ca8d6aa46a3202fdf;hb=53ceff2865473a6b561b521986fafd31a993a1a6;hp=4206e498a98d7e5ddce09b33088e53f8bf0f57ba;hpb=44d7b18d5c3d0a806fe1a29658445254f2376600;p=pspp-builds.git diff --git a/tests/command/data-list.sh b/tests/command/data-list.sh index 4206e498..9f073013 100755 --- a/tests/command/data-list.sh +++ b/tests/command/data-list.sh @@ -5,10 +5,13 @@ TEMPDIR=/tmp/pspp-tst-$$ TESTFILE=$TEMPDIR/`basename $0`.sps -here=`pwd`; +# ensure that top_builddir are absolute +if [ -z "$top_builddir" ] ; then top_builddir=. ; fi +if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi +top_builddir=`cd $top_builddir; pwd` # ensure that top_srcdir is absolute -cd $top_srcdir; top_srcdir=`pwd` +top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -102,12 +105,13 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii --testing-mode $TESTFILE +$SUPERVISOR $top_builddir/src/pspp --testing-mode -o raw-ascii --testing-mode $TESTFILE if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -diff -b -B $TEMPDIR/pspp.list - << EOF -1.1 DATA LIST. Reading free-form data from the command file. +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list +diff -b $TEMPDIR/pspp.list - << EOF +1.1 DATA LIST. Reading free-form data from INLINE. +--------+------+ |Variable|Format| #========#======# @@ -116,13 +120,11 @@ diff -b -B $TEMPDIR/pspp.list - << EOF |C |F8.0 | |D |F8.0 | +--------+------+ - A B C D -------- -------- -------- -------- 1.00 23.00 45.00 2.03 2.00 22.00 34.00 23.00 3.00 34.00 34.00 34.00 - A B C D -------- -------- -------- -------- . 1.00 2.00 3.00 @@ -131,7 +133,6 @@ diff -b -B $TEMPDIR/pspp.list - << EOF .00 1.00 . . . . . . 2.00 3.00 4.00 5.00 - A B C D -------- -------- -------- -------- 1.00 2.00 3.00 4.00