Revise.
[pspp] / tests / command / t-test-1s.sh
index 30402bda176f04e86449e2b983a80910bc272d3c..2e18365c8e3eaa67de064138fb747b83d02eef0b 100755 (executable)
@@ -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
 }