(case_compare) Implement as delegating to case_compare_2dict().
[pspp-builds.git] / tests / stats / descript-missing.sh
index 3820a5f32817e207b771cea69b9a34f8caf20d40..77fa374cfbb9f4a62639cb9f8478135bcee8638e 100755 (executable)
@@ -9,11 +9,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
 }