X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fdouble-frequency.sh;h=e52b7185f6de352250b80075e461e96965cfd5b8;hb=60d7d619ee7885ad065f178eb0cf1e5d432b1921;hp=3104e36abff5da1b7ccb7973033bac2f6bf5580d;hpb=fd02af47572a2325b4308477a6bd89950ed4d3b8;p=pspp diff --git a/tests/bugs/double-frequency.sh b/tests/bugs/double-frequency.sh index 3104e36abf..e52b7185f6 100755 --- a/tests/bugs/double-frequency.sh +++ b/tests/bugs/double-frequency.sh @@ -5,6 +5,15 @@ TEMPDIR=/tmp/pspp-tst-$$ +here=`pwd`; + +# ensure that top_srcdir is absolute +cd $top_srcdir; top_srcdir=`pwd` + + +export STAT_CONFIG_PATH=$top_srcdir/config + + cleanup() { rm -rf $TEMPDIR @@ -36,7 +45,6 @@ pass() mkdir -p $TEMPDIR -here=`pwd`; activity="create data" cat << EOF > $TEMPDIR/ff.stat @@ -54,12 +62,11 @@ frequencies v1 v2. EOF if [ $? -ne 0 ] ; then no_result ; fi -cd $top_srcdir; top_srcdir=`pwd` cd $TEMPDIR activity="run data" -$here/../src/pspp -B $top_srcdir/config $TEMPDIR/ff.stat +$SUPERVISOR $here/../src/pspp $TEMPDIR/ff.stat if [ $? -ne 0 ] ; then fail ; fi