X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffile-label.sh;h=e6211b4d4b8090189628ddd8c11e6fcc4de98122;hb=af4066391f20365e210460a736b1b02efe194da6;hp=4b6ab0e62200ea9af07b5cced5e2e7627ac1f8ec;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index 4b6ab0e6..e6211b4d 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.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 }