Remove unused function psppire_sheet_cell_get_state
[pspp-builds.git] / tests / bugs / comment-at-eof.sh
index 6122e6605100f75099d0857a768089d6a8d5c2e8..342f9bc08ab95eeeb7531e97087c4206d678372a 100755 (executable)
@@ -21,6 +21,10 @@ export STAT_CONFIG_PATH
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }