(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / bugs / big-input.sh
index 740147ea75ba194d270fc8c17b8b31aff9140ebe..2d1ade753174523590aa6414c44020ccbe373b92 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
 }