]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/pdemo-exec.test: Typo. s/hell-static/hell_static/
authorGary V. Vaughan <gary@gnu.org>
Sat, 1 Jun 2002 14:54:51 +0000 (14:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 1 Jun 2002 14:54:51 +0000 (14:54 +0000)
ChangeLog
tests/pdemo-exec.test

index 146246c0b556d028029bcd213a1aa458258c0cfa..57c34634b5d199b8ba4b154753d566fee0a3aff2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-01  Gary V. Vaughan  <gary@gnu.org>
+
+       * tests/pdemo-exec.test: Typo.  s/hell-static/hell_static/
+
 2002-05-31  Charles Wilson  <cwilson@ece.gatech.edu>
 
        * NEWS: Updated.
index 6c38aae7253a358fb701fd1f4531f6043b7e4c8c..9aff5460fd691ae3f5945a73be672e30f21b8a68 100755 (executable)
@@ -20,7 +20,7 @@ fi
 echo "Executing uninstalled programs in ../pdemo"
 
 status=0
-if ../pdemo/hell-static| grep 'Welcome to GNU Hell'; then :
+if ../pdemo/hell_static| grep 'Welcome to GNU Hell'; then :
 else
   echo "$0: cannot execute ../pdemo/hell_static" 1>&2
   status=1