(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp] / tests / bugs / recode-copy-bug.sh
index 0d9ed17124cc8219765bcd20f1ef7b86ba1bfaa2..1959831e006b4517a47e5b762ee535a4f8ebb923 100755 (executable)
@@ -3,17 +3,20 @@
 # This program tests ....
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 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
 }