* 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 79294e1..9f43862 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
 2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
index 1d9fb0f..761eb76 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Test for PR 211.
 
-requires=libtoolize
+required=libtoolize
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'