gui: Remove write-only variable 'new_type' from on_var_type_ok_clicked().
[pspp-builds.git] / tests / test_template
index bb1c17ee90aa1229f83a7b26df86373620d2305b..41f00bce4da949340e767891badb24124092fb87 100755 (executable)
@@ -13,7 +13,11 @@ top_builddir=`cd $top_builddir; pwd`
 
 PSPP=$top_builddir/src/ui/terminal/pspp
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
+
+LANG=C
+export LANG
 
 
 cleanup()
@@ -58,7 +62,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi