X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fno_case_size.sh;h=9e4ac2400ca5cdf280cfbbfa8fe2521dd62cfb99;hb=eeaa200a245eb4aba3a70534a198bb919c0e35c3;hp=1abfdbceca41a6ad12d5d9e4444c41ae68f0c2a2;hpb=6cec94f8545d5895b5bdfa73798b386b453ffa18;p=pspp-builds.git diff --git a/tests/command/no_case_size.sh b/tests/command/no_case_size.sh index 1abfdbce..9e4ac240 100755 --- a/tests/command/no_case_size.sh +++ b/tests/command/no_case_size.sh @@ -12,7 +12,8 @@ here=`pwd`; # ensure that top_srcdir is absolute cd $top_srcdir; top_srcdir=`pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() @@ -21,6 +22,7 @@ cleanup() echo "NOT cleaning $TEMPDIR" return ; fi + cd / rm -rf $TEMPDIR }