X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fcount.sh;h=7fa56cc4ba13a581592ce43baa75351333078623;hb=0fa141762183890ebd139ccd9264f08db9011539;hp=dd4cfd97e408e3aa38bbc91c41709ea7189c9ba6;hpb=bcbf95b3fbf812c42bd352943a9b358fa584deef;p=pspp-builds.git diff --git a/tests/command/count.sh b/tests/command/count.sh index dd4cfd97..7fa56cc4 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() { @@ -78,7 +80,7 @@ $SUPERVISOR $PSPP -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi -activity="compare results" +activity="compare results 1" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - <