Implemented long variable names a la spss V12.
[pspp-builds.git] / tests / expressions / randist.sh
index 0f303879736dcacf432e0a892992e5a40fcf124d..102492ad45c98eb3227e3e5840206af5b1ff871c 100755 (executable)
@@ -14,8 +14,11 @@ export STAT_CONFIG_PATH=$top_srcdir/config
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+        echo NOT removing directory $TEMPDIR
+       return ; 
+     fi
      rm -rf $TEMPDIR
-     :
 }