X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Froc2.sh;h=ffed0fe6a7fd243dd2936e14ab64c8c50fd94d10;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=a8020b0c26c6c6f901cf1ce203fb69c5a35ac859;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/roc2.sh b/tests/command/roc2.sh index a8020b0c..ffed0fe6 100755 --- a/tests/command/roc2.sh +++ b/tests/command/roc2.sh @@ -106,25 +106,17 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF -1.1 ROC. Case Summary -#========#===================# -# # Valid N (listwise)# -# #==========#========# -#a #Unweighted|Weighted# -#========#==========#========# -#Positive# 14| 14.000# -#Negative# 14| 14.000# -#========#==========#========# -1.2 ROC. Area Under the Curve (x) -#====#==========#===============#=======================# -# | | | Asymp. 95% Confidence # -# | | +-----------+-----------# -#Area|Std. Error|Asymptotic Sig.|Lower Bound|Upper Bound# -#====#==========#===============#===========#===========# -#.490| .111| .927| .307| .673# -#====#==========#===============#===========#===========# +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Case Summary +,Valid N (listwise), +a,Unweighted,Weighted +Positive,14,14.000 +Negative,14,14.000 + +Table: Area Under the Curve (x) +,,,Asymp. 95% Confidence Interval, +Area,Std. Error,Asymptotic Sig.,Lower Bound,Upper Bound +.490,.111,.927,.307,.673 EOF if [ $? -ne 0 ] ; then fail ; fi