X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint-strings.sh;h=5fb730063ff4721779e0075d515f78bc96944eb1;hb=b62c12a425ab03fd37879e224e29ed53d167f8d4;hp=cc51b457d1cee2ee28c459d6468ab0bbc3769046;hpb=393668423c1c9456fd82db6b30f25de078915da5;p=pspp-builds.git diff --git a/tests/command/print-strings.sh b/tests/command/print-strings.sh index cc51b457..5fb73006 100755 --- a/tests/command/print-strings.sh +++ b/tests/command/print-strings.sh @@ -12,7 +12,8 @@ top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` PSPP=$top_builddir/src/ui/terminal/pspp -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() @@ -21,6 +22,7 @@ cleanup() echo "NOT cleaning $TEMPDIR" return ; fi + cd / rm -rf $TEMPDIR } @@ -77,13 +79,13 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi diff $TEMPDIR/foobar - <