X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fnpar-wilcoxon.sh;fp=tests%2Fcommand%2Fnpar-wilcoxon.sh;h=ae0d39fcba50afedfa9c7f66db21af4310387d96;hb=7fbfc32fc3c636959b0a25b3e76609f86519e84a;hp=c4a5d825f4895daff1035d489daeb82e7b9a094c;hpb=1eb005826d07b540f8595c6ffab0781dea9e5f6b;p=pspp-builds.git diff --git a/tests/command/npar-wilcoxon.sh b/tests/command/npar-wilcoxon.sh index c4a5d825..ae0d39fc 100755 --- a/tests/command/npar-wilcoxon.sh +++ b/tests/command/npar-wilcoxon.sh @@ -59,7 +59,7 @@ cd $TEMPDIR activity="create program 1" cat > $TESTFILE << EOF -data list notable list /foo * bar * w *. +data list notable list /foo * bar * w (f8.0). begin data. 1.00 1.00 1 1.00 2.00 1 @@ -94,7 +94,6 @@ activity="run program 1" $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi - activity="generate results" cat > $TEMPDIR/results.txt < $TEMPDIR/results.txt < $TESTFILE << EOF @@ -164,7 +164,6 @@ activity="run program 2" $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi - activity="compare output 2" diff pspp.list $TEMPDIR/results.txt if [ $? -ne 0 ] ; then fail ; fi