(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp] / tests / bugs / t-test-alpha.sh
index 6a46939738215ae2002f9e1dd066936f34250c4b..befc9eb9ac709970e0e60ebf7a416de35be75610 100755 (executable)
@@ -12,11 +12,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
 }