]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/mdemo-exec.test: Modify failure message.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 01:20:16 +0000 (01:20 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 01:20:16 +0000 (01:20 +0000)
ChangeLog
tests/mdemo-exec.test

index b779aaf17d9c121ee02b4ced4e23640babf18502..c7870798efc69e5118526fa5a0c8cfb3173c38c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-09-03  Alexandre Oliva  <aoliva@redhat.com>
 
+       * tests/mdemo-exec.test: Modify failure message.
+
        * ltmain.in (newdlprefiles): Use dlname if it's available and
        old_library isn't; use linklib only if dlname is not available.
 
index 037c0bd15d81ad1744be64d1db9c9ce0307c8d44..25fc7d837d19e2e46b4dce1b3954aa7e8d1cb60b 100755 (executable)
@@ -22,13 +22,13 @@ echo "Executing uninstalled programs in ../mdemo"
 status=0
 if ../mdemo/mdemo.static ../mdemo/foo1.la ../mdemo/libfoo2.la; then :
 else
-  echo "$0: cannot execute ../mdemo/mdemo.static" 1>&2
+  echo "$0: execution of ../mdemo/mdemo.static failed" 1>&2
   status=1
 fi
 
 if ../mdemo/mdemo ../mdemo/foo1.la ../mdemo/libfoo2.la; then :
 else
-  echo "$0: cannot execute ../mdemo/mdemo" 1>&2
+  echo "$0: execution of ../mdemo/mdemo failed" 1>&2
   status=1
 fi