Initial version
[pspp] / tests / command / t-test-1-sample-missing-anal.sh
index 6031aee33b101ef9577537af6bb175d29d85e849..42101af2f5a33353b024a003dc9db242a9776b28 100755 (executable)
@@ -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
 }