X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fagg-crash-2.sh;h=cd2fd1e34a550e372a99c6ee40bb8c3c2e35426b;hb=c434e369b6695f8135a2914e9a425edcdd09ef35;hp=1f67dd358658c60930f219c3bd197b500b764ca1;hpb=2013acbcc3afa3f974de6ad335248e97a9c7b965;p=pspp diff --git a/tests/bugs/agg-crash-2.sh b/tests/bugs/agg-crash-2.sh index 1f67dd3586..cd2fd1e34a 100755 --- a/tests/bugs/agg-crash-2.sh +++ b/tests/bugs/agg-crash-2.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 }