* tests/pr211.test: s/requires/required/, otherwise the test fails
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 17:10:48 +0000 (17:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 17:10:48 +0000 (17:10 +0000)
if libtool is not installed.

ChangeLog
tests/pr211.test

index 79294e1bc0c712676c4be249a6c91212ca531fd0..9f4386208aff12d96a34b0a08aac6c0a73d28c24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/pr211.test: s/requires/required/, otherwise the test fails
+       if libtool is not installed.
+
 2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/dirname.test: Don't use $SHELL when calling ./configure.
index 1d9fb0fdc65c29b28ee2888c56c018f7f8a8ff1e..761eb76a6adf3b112ad394e49edc8e441b7fa83f 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Test for PR 211.
 
-requires=libtoolize
+required=libtoolize
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'