Fixed bug in single arity version of LAG.
[pspp-builds.git] / tests / bugs / double-frequency.sh
index 7509efa0f309fb49ea4d9d63202608e136a12ad5..9e90edc63c562fea8a2c3a2b7a44233f73dbf347 100755 (executable)
@@ -4,6 +4,7 @@
 # Commands existed in a input file
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -66,7 +67,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 cd $TEMPDIR
 
 activity="run data"
-$here/../src/pspp  $TEMPDIR/ff.stat
+$SUPERVISOR $here/../src/pspp  $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi