X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Freliability.sh;h=7c58145787c71c7ad8e9324457a7876ef7325f0c;hb=refs%2Fbuilds%2F20100607040503%2Fpspp;hp=df86fa82771b028654f3c28f4ea01fb0bc86d4d5;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/command/reliability.sh b/tests/command/reliability.sh index df86fa8277..7c58145787 100755 --- a/tests/command/reliability.sh +++ b/tests/command/reliability.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 @@ -249,7 +249,7 @@ $SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -diff -c pspp.csv - << EOF +diff -c -b pspp.csv - << EOF Scale: Everything Table: Case Processing Summary @@ -259,7 +259,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 Scale: Nothing @@ -290,7 +290,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 Table: Item-Total Statistics @@ -309,7 +309,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 EOF if [ $? -ne 0 ] ; then fail ; fi