X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frename.sh;h=ff46486a3f0ef81ae420e90a6bf2da75539f42e0;hb=11ff86cb02ecfe1895873e524a216266ccd3c2eb;hp=2837223ed6afcdccf493982c40f0fdd8e3578544;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/rename.sh b/tests/command/rename.sh index 2837223e..ff46486a 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 }