X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ftemp-freq.sh;h=63ac638de16cc8431e522a62258719a95cda292f;hb=c434e369b6695f8135a2914e9a425edcdd09ef35;hp=d2c1061432d5e815b9a70195ec7ee5109fb4354e;hpb=53a77fc6d950849af8fa98e89a6e9cb6d1281891;p=pspp diff --git a/tests/bugs/temp-freq.sh b/tests/bugs/temp-freq.sh index d2c1061432..63ac638de1 100755 --- a/tests/bugs/temp-freq.sh +++ b/tests/bugs/temp-freq.sh @@ -11,11 +11,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 }