X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fcount.sh;h=7c70fa2113b478e7f6a07eb4b0d7f3d25e3fd7d2;hb=274c90615ffd6975784232b709cff0b99da8b38d;hp=7b3e8e4b79cb1aedc3debaff8c69ec42240bcc07;hpb=393668423c1c9456fd82db6b30f25de078915da5;p=pspp-builds.git diff --git a/tests/command/count.sh b/tests/command/count.sh index 7b3e8e4b..7c70fa21 100755 --- a/tests/command/count.sh +++ b/tests/command/count.sh @@ -17,6 +17,8 @@ top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH +LANG=C +export LANG cleanup() { @@ -74,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="Run pspp 1" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi @@ -122,7 +124,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="Run pspp 2" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi