From: Gary V. Vaughan Date: Sat, 1 Jun 2002 14:54:51 +0000 (+0000) Subject: * tests/pdemo-exec.test: Typo. s/hell-static/hell_static/ X-Git-Tag: release-1-5~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a52a21e286432d1c8713a64decef1ecb60b003d;p=thirdparty%2Flibtool.git * tests/pdemo-exec.test: Typo. s/hell-static/hell_static/ --- diff --git a/ChangeLog b/ChangeLog index 146246c0b..57c34634b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-01 Gary V. Vaughan + + * tests/pdemo-exec.test: Typo. s/hell-static/hell_static/ + 2002-05-31 Charles Wilson * NEWS: Updated. diff --git a/tests/pdemo-exec.test b/tests/pdemo-exec.test index 6c38aae72..9aff5460f 100755 --- a/tests/pdemo-exec.test +++ b/tests/pdemo-exec.test @@ -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