X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Faggregate.sh;h=9c7f4c12aeb8fa20f7c1b6dd20a4d2b1427b3423;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=fd14d66ddce3f762680c30f6882a4d328cec4272;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/tests/command/aggregate.sh b/tests/command/aggregate.sh index fd14d66ddc..9c7f4c12ae 100755 --- a/tests/command/aggregate.sh +++ b/tests/command/aggregate.sh @@ -12,10 +12,12 @@ here=`pwd`; 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 }