Removed reference to regression-export.h
[pspp-builds.git] / tests / bugs / crosstabs-crash.sh
index 6602f690d4496d159cae62b82a6434a639b04013..0531094a13768d1226cd5b6fef3e4e0664b37e41 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()
 {
@@ -64,7 +66,7 @@ CROSSTABS VARIABLES X (1,7) Y (1,7) /TABLES X BY Y.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi