X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fget-no-file.sh;h=b9da9fa1afb1da51c48de347b23a771350cbb249;hb=c0ce908d11fa172e1d461f83156c27345c259a75;hp=7df000f9d4d65704862c5ec5596fe35650eaf2d6;hpb=e48df05eeeb85838526a03a3371964f5f6b14321;p=pspp-builds.git diff --git a/tests/bugs/get-no-file.sh b/tests/bugs/get-no-file.sh index 7df000f9..b9da9fa1 100755 --- a/tests/bugs/get-no-file.sh +++ b/tests/bugs/get-no-file.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 }