X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsysfiles.sh;h=48f561bc795ece3b881e9c85343e2a78d75c2a8f;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=2352a70f6f76fc1c2c461579c84bf67def1fc3c5;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/tests/command/sysfiles.sh b/tests/command/sysfiles.sh index 2352a70f6f..48f561bc79 100755 --- a/tests/command/sysfiles.sh +++ b/tests/command/sysfiles.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 }