X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Frename.sh;h=ff46486a3f0ef81ae420e90a6bf2da75539f42e0;hb=af4066391f20365e210460a736b1b02efe194da6;hp=2837223ed6afcdccf493982c40f0fdd8e3578544;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp diff --git a/tests/command/rename.sh b/tests/command/rename.sh index 2837223ed6..ff46486a3f 100755 --- a/tests/command/rename.sh +++ b/tests/command/rename.sh @@ -22,6 +22,10 @@ PSPP=$top_builddir/src/ui/terminal/pspp cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }