From 9819d88a783db9f2228a4177bad3197f76ee99c0 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 10 Feb 2005 00:42:03 +0000 Subject: [PATCH] Fixed problem which caused the test to abort if the system had no pspp config directory installed. --- tests/bugs/html-frequency.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bugs/html-frequency.sh b/tests/bugs/html-frequency.sh index ba000ee2..7c12397a 100755 --- a/tests/bugs/html-frequency.sh +++ b/tests/bugs/html-frequency.sh @@ -13,7 +13,7 @@ here=`pwd` # ensure that top_srcdir is absolute cd $top_srcdir ; top_srcdir=`pwd` -STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH=$top_srcdir/config cleanup() { @@ -48,7 +48,7 @@ mkdir -p $TEMPDIR activity="create data" -cat << EOF > $TEMPDIR/ff.stat +cat << EOF > $TESTFILE data list free /v1 v2. begin data. @@ -67,7 +67,7 @@ if [ $? -ne 0 ] ; then no_result ; fi cd $TEMPDIR activity="run data" -$SUPERVISOR $here/../src/pspp -o html $TEMPDIR/ff.stat +$SUPERVISOR $here/../src/pspp -o html $TESTFILE if [ $? -ne 0 ] ; then fail ; fi -- 2.30.2