Oops.  Missed a few in that last patch:

2002-05-03  Charles Wilson  <[EMAIL PROTECTED]>

     * tests/pdemo-inst.test: use hell_static instead
     of hell.static
     * tests/pdemo-exec.test: ditto

--Chuck
Index: pdemo-exec.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/pdemo-exec.test,v
retrieving revision 1.2
diff -u -r1.2 pdemo-exec.test
--- pdemo-exec.test     6 Jun 2001 14:53:29 -0000       1.2
+++ pdemo-exec.test     3 May 2002 14:21:54 -0000
@@ -20,9 +20,9 @@
 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
+  echo "$0: cannot execute ../pdemo/hell_static" 1>&2
   status=1
 fi
 
Index: pdemo-inst.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/pdemo-inst.test,v
retrieving revision 1.2
diff -u -r1.2 pdemo-inst.test
--- pdemo-inst.test     6 Jun 2001 14:53:29 -0000       1.2
+++ pdemo-inst.test     3 May 2002 14:21:54 -0000
@@ -25,9 +25,9 @@
 
 echo "= Executing installed programs"
 status=0
-if $prefix/bin/hell.static | grep 'Welcome to GNU Hell'; then :
+if $prefix/bin/hell_static | grep 'Welcome to GNU Hell'; then :
 else
-  echo "$0: cannot execute $prefix/bin/hell.static" 1>&2
+  echo "$0: cannot execute $prefix/bin/hell_static" 1>&2
   status=1
 fi
 

Reply via email to