X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsort.sh;h=d66681be7bf9e9b588d4c7be3886f4f9936df6e2;hb=1fe8ef2486ef1e853d68bbab967ccb812900128f;hp=c3c96a35456b56d76db8bf76b9e6067cdf6e8867;hpb=cd4f5bfade86b443d1ec355c2dd8be205846b32f;p=pspp-builds.git diff --git a/tests/command/sort.sh b/tests/command/sort.sh index c3c96a35..d66681be 100755 --- a/tests/command/sort.sh +++ b/tests/command/sort.sh @@ -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 }