Use default encoding when reading system files if no encoding is given in file.
[pspp-builds.git] / tests / bugs / get.sh
index 1ab18044b3cbf9ab9925210768b5772712158d9a..2cc6cfc5a3e26ec7f0b8d24a629fb75728e4f2d5 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
 }