]> 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 9c237354737bbcb7c7fc5af5c7f53c3d7d170478..1d7b97ade6a427ba54c1ff98a27a68445e51b294 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 (dlprefiles): 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