X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Fcasefile.sh;h=46e97eab76e86ca332b664a0b3b7d80605bbfbb9;hb=42032f52651da9b17083f5a3782aa12b84ccd19f;hp=c7b8906c5f4fdba8812302932d27210d3ae1932e;hpb=9f7fa95f59daac4c6c3dda9b0c59367d976970be;p=pspp diff --git a/tests/xforms/casefile.sh b/tests/xforms/casefile.sh index c7b8906c5f..46e97eab76 100755 --- a/tests/xforms/casefile.sh +++ b/tests/xforms/casefile.sh @@ -4,10 +4,14 @@ TEMPDIR=/tmp/pspp-tst-$$ -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 @@ -54,7 +58,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp --testing-mode $TEMPDIR/casefile.stat > $TEMPDIR/casefile.out +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/casefile.stat > $TEMPDIR/casefile.out if [ $? -ne 0 ] ; then no_result ; fi activity="compare results"