aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-03-09 22:16:39 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-03-09 22:16:39 +0000
commit6f402eb3ccf38df2729045e0328a32b0af43439c (patch)
tree270f608f123db611df50225e90724521e20b3e2c /tools
parentfb3e85e1dcc4a10c291f1c90e862941450f901e2 (diff)
downloadsrc-6f402eb3ccf38df2729045e0328a32b0af43439c.tar.gz
src-6f402eb3ccf38df2729045e0328a32b0af43439c.zip
Fix ncal tests so that they run cleanly with prove.
Basically just make the test plan match what is actually being run.
Notes
Notes: svn path=/head/; revision=262962
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/usr.bin/ncal/regress.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/regression/usr.bin/ncal/regress.sh b/tools/regression/usr.bin/ncal/regress.sh
index 3dc188db97a3..709744f49651 100644
--- a/tools/regression/usr.bin/ncal/regress.sh
+++ b/tools/regression/usr.bin/ncal/regress.sh
@@ -6,6 +6,8 @@ NCAL="${CAL_BIN} -N"
YEARS="2008 2009 2010 2011"
ONEYEAR="2009"
+echo 1..89
+
REGRESSION_START($1)
#
@@ -15,8 +17,6 @@ REGRESSION_START($1)
# Full year calendars
-echo 1..16
-
for y in ${YEARS}; do
# Regular calendar, Month days, No-highlight
REGRESSION_TEST(`r-y${y}-md-nhl', `$NCAL -h ${y}')
@@ -30,8 +30,6 @@ done
# 3 month calendars
-echo 17 .. 29
-
for m in $(jot -w %02d 12); do
# Regular calendar, Month days, No-highlight
REGRESSION_TEST(`r-3m${ONEYEAR}${m}-md-nhl',