i18n: Change some strings to reduce work of translation.
[pspp-builds.git] / tests / command / t-test-paired-missing-list.sh
index 4317a574a783c87234343a90aa200963ea4eca9c..0f96be4e2b49cf0bfb6ecb4a4ed73b5594a4d230 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
 }