X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine-percentiles.sh;h=0d23b41feb03334f7f7c6194c9f4eb09ac55d024;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=2275461ad2a9c9dde831ed480d0f214b29575b2a;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/tests/command/examine-percentiles.sh b/tests/command/examine-percentiles.sh index 2275461ad2..0d23b41feb 100755 --- a/tests/command/examine-percentiles.sh +++ b/tests/command/examine-percentiles.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 }