X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fcount.sh;h=0813c428aa647d9bfc40dad03b4f60b7b4a818d7;hb=f7e11a0b10d4d0f33810e0b81f9c06f82f3eb2fc;hp=7c70fa2113b478e7f6a07eb4b0d7f3d25e3fd7d2;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/count.sh b/tests/command/count.sh index 7c70fa21..0813c428 100755 --- a/tests/command/count.sh +++ b/tests/command/count.sh @@ -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 }