Revise.
[pspp] / tests / command / oneway-missing.sh
index 322c4216dd6db1289ebd9aa2e6eab367fe82bb5b..533a90a8c67e2be657a2f2b8cfadad8d741e2429 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
 }