Remove write-only variable from interaction_case_data.
[pspp-builds.git] / tests / bugs / overwrite-special-file.sh
index c23a8d4a858cdbbcd9f6cb17338226fc87ecfe7f..2bac4413014e0d57e0bb084cf0953ae4e0916511 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
 }