From: Eric Blake Date: Sun, 21 Oct 2007 15:30:56 +0000 (-0600) Subject: * tests/autotest.at (Banners): Reinstate test, with typo corrected. X-Git-Tag: v2.62~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063c2b4f8541cd472b1a2bbff1f00ca79c9ddacd;p=thirdparty%2Fautoconf.git * tests/autotest.at (Banners): Reinstate test, with typo corrected. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 0d6349e6..d524f8c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-10-20 Ralf Wildenhues +2007-10-21 Eric Blake + + * tests/autotest.at (Banners): Reinstate test, with typo + corrected. + +2007-10-20 Ralf Wildenhues * lib/autotest/general.m4 (Defaults): Validate input ranges ... : ... using this new function. diff --git a/tests/autotest.at b/tests/autotest.at index ea84c184..2114d0b7 100644 --- a/tests/autotest.at +++ b/tests/autotest.at @@ -439,6 +439,7 @@ AT_CHECK_BANNERS([-k a], [first], [1], [second], [1]) AT_CHECK_BANNERS([4], [first], [0], [second], [0]) AT_CHECK_BANNERS([4-], [first], [0], [second], [1]) AT_CHECK_BANNERS([-k two], [first], [0], [second], [0]) +AT_CHECK_BANNERS([1 4], [first], [0], [second], [0]) AT_CHECK_BANNERS([-k three], [first], [0], [second], [1]) AT_CHECK_BANNERS([5], [first], [0], [second], [0]) AT_CHECK_BANNERS([5-], [first], [0], [second], [1])