Add definition of CHARSETALIASDIR to TESTS_ENVIRONMENT, to allow
[pspp] / tests / bugs / alpha-freq.sh
index d964057b0928b4121573edb44408171c0035cc31..49d9fe25a3b44ef3bea4bda1d5f7f83f63a85904 100755 (executable)
@@ -18,6 +18,8 @@ top_srcdir=`cd $top_srcdir; pwd`
 STAT_CONFIG_PATH=$top_srcdir/config
 export STAT_CONFIG_PATH
 
+LANG=C
+export LANG
 
 cleanup()
 {
@@ -67,7 +69,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$SUPERVISOR $PSPP $TEMPDIR/prog.sps
+$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then fail ; fi