Use default encoding when reading system files if no encoding is given in file.
[pspp-builds.git] / tests / bugs / compute-fmt.sh
index 1d898dba19474bc599d143726adde2531f515dc2..0d4a313e26edbb451e38e3dc45c065f558c4cd98 100755 (executable)
@@ -22,6 +22,10 @@ export STAT_CONFIG_PATH
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }