(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp] / tests / bugs / multipass.sh
index 650c096c3974cfe4021853589578c82e1011f689..524b7160382b7b28129509365dc8bc3421f98f6b 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
 }