* casereader-translator.c (struct casereader_translator): Change
[pspp-builds.git] / tests / stats / descript-basic.sh
index 0a8dc114a29c2f342c245c0b4ca287aa1270517f..765172b2870935993d62155d3deb3736560b36c4 100755 (executable)
@@ -16,11 +16,13 @@ top_srcdir=`cd $top_srcdir; pwd`
 STAT_CONFIG_PATH=$top_srcdir/config
 export STAT_CONFIG_PATH
 
+LANG=C
+export LANG
 
 cleanup()
 {
      cd /
-#     rm -rf $TEMPDIR
+     rm -rf $TEMPDIR
 }
 
 
@@ -76,7 +78,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"