Author: jmmv
Date: Sun Mar  9 22:16:39 2014
New Revision: 262962
URL: http://svnweb.freebsd.org/changeset/base/262962

Log:
  Fix ncal tests so that they run cleanly with prove.
  
  Basically just make the test plan match what is actually being run.

Modified:
  head/tools/regression/usr.bin/ncal/regress.sh

Modified: head/tools/regression/usr.bin/ncal/regress.sh
==============================================================================
--- head/tools/regression/usr.bin/ncal/regress.sh       Sun Mar  9 22:14:20 
2014        (r262961)
+++ head/tools/regression/usr.bin/ncal/regress.sh       Sun Mar  9 22:16:39 
2014        (r262962)
@@ -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',
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to