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.
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