X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine-extremes.sh;h=67dfed0a5757fa0d859d743e6a407ef26a3a10eb;hb=ae48c4384e74844a6ef9a13ecbecda106fe5b8e4;hp=feb052c430c5d66b002605c70d5b44d067960086;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index feb052c4..67dfed0a 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -22,6 +22,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -98,15 +102,15 @@ activity="compare results" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - << EOF 1.1 EXAMINE. Case Processing Summary -#==#===============================# -# # Cases # -# #----------+---------+----------# -# # Valid | Missing | Total # -# #--+-------+-+-------+--+-------# -# # N|Percent|N|Percent| N|Percent# -#==#==#=======#=#=======#==#=======# -#V1#23| 100%|0| 0%|23| 100%# -#==#==#=======#=#=======#==#=======# +#==#=======================================# +# # Cases # +# #-------------+-----------+-------------# +# # Valid | Missing | Total # +# #-----+-------+---+-------+-----+-------# +# # N |Percent| N |Percent| N |Percent# +#==#=====#=======#===#=======#=====#=======# +#V1#23.00| 100%|.00| 0%|23.00| 100%# +#==#=====#=======#===#=======#=====#=======# 1.2 EXAMINE. Extreme Values #============#===========#=====# # #Case Number|Value# @@ -120,9 +124,9 @@ diff -b $TEMPDIR/pspp.list - << EOF # ----------#-----------+-----# # Lowest 1# 1| 1.00# # 2# 2| 2.00# -# 3# 4| 3.00# +# 3# 3| 3.00# # 4# 3| 3.00# -# 5# 3| 3.00# +# 5# 4| 3.00# # 6# 5| 4.00# #============#===========#=====# EOF