(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / command / data-list.sh
index 134c8bba5477c671efdef9d3883ff648224f1d07..4206e498a98d7e5ddce09b33088e53f8bf0f57ba 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
 }