X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fmissing-values.sh;h=7d567ac59bb301fcdb7a5cf1802f0213f0be7fe5;hb=5643b25173203af07925fdc4d12bda1f62769502;hp=c01adf3112749194e5037eb80cfe3cf8fc01d4fa;hpb=04d2c99833753252b724dd9d4f15cc3a80b6bec8;p=pspp diff --git a/tests/command/missing-values.sh b/tests/command/missing-values.sh index c01adf3112..7d567ac59b 100755 --- a/tests/command/missing-values.sh +++ b/tests/command/missing-values.sh @@ -9,7 +9,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps if [ -z "$top_builddir" ] ; then top_builddir=. ; fi if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd` @@ -119,7 +119,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat +$SUPERVISOR $PSPP -o pspp.csv --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat # Note vv --- there are errors in input. Therefore, the command must FAIL if [ $? -eq 0 ] ; then fail ; fi