X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fnpar-wilcoxon.sh;h=8c349999f9bb06b82bb700ce3c0999919ae8b49e;hb=872878020f28b1a858a80de5f7baa1ada1d9a0c2;hp=f259ea957add9dd5b44d6bcb02da4f5bfcabd87e;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/npar-wilcoxon.sh b/tests/command/npar-wilcoxon.sh index f259ea957a..8c349999f9 100755 --- a/tests/command/npar-wilcoxon.sh +++ b/tests/command/npar-wilcoxon.sh @@ -11,7 +11,7 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -114,7 +114,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 1" -diff -c pspp.csv $TEMPDIR/results.csv +diff -b -c pspp.csv $TEMPDIR/results.csv if [ $? -ne 0 ] ; then fail ; fi @@ -158,7 +158,7 @@ $SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 2" -diff pspp.csv $TEMPDIR/results.csv +diff -b pspp.csv $TEMPDIR/results.csv if [ $? -ne 0 ] ; then fail ; fi