X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fmissing-values.sh;h=e5cb0c1d7c8ba780111f99e30c09c6850ba21e58;hb=751d7694b0904b580fad3903205341c85c04d421;hp=c01adf3112749194e5037eb80cfe3cf8fc01d4fa;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;p=pspp diff --git a/tests/command/missing-values.sh b/tests/command/missing-values.sh index c01adf3112..e5cb0c1d7c 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 @@ -127,7 +127,7 @@ activity="compare error messages" diff -u -w $TEMPDIR/errs - <