X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint-strings.sh;h=b8ac189ee5237b8b86f8ed5aae0de66c98a06021;hb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;hp=cc51b457d1cee2ee28c459d6468ab0bbc3769046;hpb=393668423c1c9456fd82db6b30f25de078915da5;p=pspp diff --git a/tests/command/print-strings.sh b/tests/command/print-strings.sh index cc51b457d1..b8ac189ee5 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 -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi diff $TEMPDIR/foobar - <