X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Fcasefile.sh;h=f6aa54b20d8d8572843c6237e81118c7fa0988e3;hb=fa489d6ef77150e60c31906ee322bea2901da57f;hp=015ce8c6f2c536c17f1b5a900b39ce9163f2cd17;hpb=829c9392ee103e34cd81e7c9aee5cdf24d6029dc;p=pspp diff --git a/tests/xforms/casefile.sh b/tests/xforms/casefile.sh index 015ce8c6f2..f6aa54b20d 100755 --- a/tests/xforms/casefile.sh +++ b/tests/xforms/casefile.sh @@ -9,11 +9,13 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { + cd / rm -rf $TEMPDIR } @@ -56,7 +58,8 @@ $SUPERVISOR $here/../src/pspp --testing-mode $TEMPDIR/casefile.stat > $TEMPDIR/c if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -diff -b -B $TEMPDIR/casefile.out - <