(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / command / list.sh
index c1e67dd4c96376978b30eaa51b34580ee69cf189..13801abcbe42d256e2debfed94c8aad7151519ce 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
 }