X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fdouble-frequency.sh;h=9c0e7ba5c3df7110021263e9fc345662431d9836;hb=2322678e8fddbbf158b01b2720db2636404bba3b;hp=c97521ba2c671e031bfd403cc6a0907ec357ea72;hpb=44d7b18d5c3d0a806fe1a29658445254f2376600;p=pspp diff --git a/tests/bugs/double-frequency.sh b/tests/bugs/double-frequency.sh index c97521ba2c..9c0e7ba5c3 100755 --- a/tests/bugs/double-frequency.sh +++ b/tests/bugs/double-frequency.sh @@ -6,10 +6,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 @@ -69,7 +72,7 @@ if [ $? -ne 0 ] ; then no_result ; fi cd $TEMPDIR activity="run data" -$SUPERVISOR $here/../src/pspp $TEMPDIR/ff.stat +$SUPERVISOR $top_builddir/src/pspp $TEMPDIR/ff.stat if [ $? -ne 0 ] ; then fail ; fi