Checkin of new directory structure.
[pspp-builds.git] / tests / bugs / double-frequency.sh
index e52b7185f6de352250b80075e461e96965cfd5b8..9c0e7ba5c3df7110021263e9fc345662431d9836 100755 (executable)
@@ -4,18 +4,24 @@
 # Commands existed in a input file
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
-here=`pwd`;
+# ensure that top_builddir  are absolute
+if [ -z "$top_builddir" ] ; then top_builddir=. ; fi
+if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
+top_builddir=`cd $top_builddir; pwd`
 
 # ensure that top_srcdir is absolute
-cd $top_srcdir; top_srcdir=`pwd`
+top_srcdir=`cd $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
 }
 
@@ -66,7 +72,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 cd $TEMPDIR
 
 activity="run data"
-$SUPERVISOR $here/../src/pspp  $TEMPDIR/ff.stat
+$SUPERVISOR $top_builddir/src/pspp  $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi