(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / stats / descript-missing.sh
index 8d0de7d612e599e822d9a9db5470187668907395..87593430150954b4f65ca65395c36f7785ac0fd8 100755 (executable)
@@ -16,6 +16,8 @@ top_srcdir=`cd $top_srcdir; pwd`
 STAT_CONFIG_PATH=$top_srcdir/config
 export STAT_CONFIG_PATH
 
+LANG=C
+export LANG
 
 cleanup()
 {
@@ -77,7 +79,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/descript.stat
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/descript.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"