X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fmatch-files-scratch.sh;h=ce562c75b2ea239e9360fc6f77d897f6c3254d40;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=afdea8a994029a3e685b2e4db9ac47735938ee6a;hpb=743a9ef8927b6b9347eafaa9e32caca1871a14c4;p=pspp diff --git a/tests/bugs/match-files-scratch.sh b/tests/bugs/match-files-scratch.sh index afdea8a994..ce562c75b2 100755 --- a/tests/bugs/match-files-scratch.sh +++ b/tests/bugs/match-files-scratch.sh @@ -12,11 +12,13 @@ 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() { + cd / rm -rf $TEMPDIR }