Remove unused function psppire_sheet_cell_get_state
[pspp-builds.git] / tests / command / beg-data.sh
index 9071a47536ec20cef9185f71a8f5ff3a883c1b00..6d835015e7e3d6ade18ccbe7cf0b45caa957cc70 100755 (executable)
@@ -22,6 +22,10 @@ export LANG
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }