Document new requirement for gettext version 0.17.
[pspp] / tests / command / examine-percentiles.sh
index 3759710b2629bb684089d202a3288382b1937d55..8638d1ade670d7da619af2ca2fa09b8f1db414c8 100755 (executable)
@@ -19,6 +19,9 @@ top_srcdir=`cd $top_srcdir; pwd`
 STAT_CONFIG_PATH=$top_srcdir/config
 export STAT_CONFIG_PATH
 
+LANG=C
+export LANG
+
 
 cleanup()
 {
@@ -81,7 +84,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi