X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Foneway-missing.sh;h=533a90a8c67e2be657a2f2b8cfadad8d741e2429;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=322c4216dd6db1289ebd9aa2e6eab367fe82bb5b;hpb=a19e7749cdb8713316fde220f2fc9a5ad5dc79ed;p=pspp diff --git a/tests/command/oneway-missing.sh b/tests/command/oneway-missing.sh index 322c4216dd..533a90a8c6 100755 --- a/tests/command/oneway-missing.sh +++ b/tests/command/oneway-missing.sh @@ -10,11 +10,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 }