X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ft-test-indep-missing-anal.sh;h=2f43310874f21e99977c8b1cc38e1b68df4ea975;hb=dcd7e905755e831af27550a052cd9f2c7c0aa427;hp=9fc71817089b8a04f4da5b5b9cb8afa81a6dc38e;hpb=d043fde2b737897e3372670afc47eb648c17624b;p=pspp diff --git a/tests/command/t-test-indep-missing-anal.sh b/tests/command/t-test-indep-missing-anal.sh index 9fc7181708..2f43310874 100755 --- a/tests/command/t-test-indep-missing-anal.sh +++ b/tests/command/t-test-indep-missing-anal.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 }