X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdata-list.sh;h=fc42b94ca077a78c50b52fca819c010f00153c8c;hb=30728b09540b323fef43b23dd5f1e4d1e8298c92;hp=de5281ec0e9074eafd893e7f2650f44752b59ec3;hpb=f4b04e8323d4c95c3723ca47587742e7175ae75f;p=pspp-builds.git diff --git a/tests/command/data-list.sh b/tests/command/data-list.sh index de5281ec..fc42b94c 100755 --- a/tests/command/data-list.sh +++ b/tests/command/data-list.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 @@ -102,13 +106,13 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii --testing-mode $TESTFILE +$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode $TESTFILE if [ $? -ne 0 ] ; then fail ; fi activity="compare output" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - << EOF -1.1 DATA LIST. Reading free-form data from the command file. +1.1 DATA LIST. Reading free-form data from INLINE. +--------+------+ |Variable|Format| #========#======#