X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fimport-export.sh;h=4476fa7df4cee45b675509311a4e5302761792aa;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=68886f731af56f625cb3fb178102dbbcc9f85127;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/tests/command/import-export.sh b/tests/command/import-export.sh index 68886f731a..4476fa7df4 100755 --- a/tests/command/import-export.sh +++ b/tests/command/import-export.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 }