(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / bugs / t-test-alpha2.sh
index f1f37f8f30f42c360aa7d7045b5108d5d96ca832..7ff29b2d5a07a846e7af3a909ab1fde825e3dbf6 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
 }