X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fflip.sh;h=c7429b32a0a7cfc6315ff00839af4a349bf3415f;hb=30728b09540b323fef43b23dd5f1e4d1e8298c92;hp=9448e21f4b830bceb3f60bd65746af4a8f361434;hpb=f4b04e8323d4c95c3723ca47587742e7175ae75f;p=pspp-builds.git diff --git a/tests/command/flip.sh b/tests/command/flip.sh index 9448e21f..c7429b32 100755 --- a/tests/command/flip.sh +++ b/tests/command/flip.sh @@ -5,10 +5,14 @@ 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` +PSPP=$top_builddir/src/ui/terminal/pspp # 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 @@ -68,13 +72,13 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/flip.stat +$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/flip.stat 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 -1.1 DATA LIST. Reading 1 record from the command file. +1.1 DATA LIST. Reading 1 record from INLINE. +--------+------+-------+------+ |Variable|Record|Columns|Format| #========#======#=======#======#