Fix arg type for expr_parse.
[pspp] / tests / command / sys-info.sh
index 35a64c8788f9f611cf6136ae5cd5b517f6be0463..ab87ddeacb0c60e88fccf345ba0a696b329057c7 100755 (executable)
@@ -3,6 +3,7 @@
 # This program tests the SYSFILE INFO command
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -59,10 +60,9 @@ display $JDATE.
 finish.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
-cp $TEMPDIR/pspp.list /tmp/bar
 
 activity="run program 1"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/save.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/save.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="create program 2"
@@ -74,7 +74,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program 2"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/read.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/read.stat
 if [ $? -ne 0 ] ; then no_result ; fi