X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flist.sh;h=504314a9601c1d977d405a48df05cddb71f281e0;hb=375a1fd3adcb23eb83ed6a6317ce0526f43964b3;hp=ab95a0b35f5f2cc78db557ab418ee6dd64c77b68;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/list.sh b/tests/command/list.sh index ab95a0b3..504314a9 100755 --- a/tests/command/list.sh +++ b/tests/command/list.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 }