]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* sh.test (test X): ensure that the double-quote supposed to be
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 7 Nov 1998 07:08:49 +0000 (07:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 7 Nov 1998 07:08:49 +0000 (07:08 +0000)
reported is really reported

tests/ChangeLog
tests/sh.test

index 8f0036383769b123dae5e292a60f42626def1ca6..9b97617c30b532db4a08e39c74a0ef77ed787e10 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * sh.test (test X): ensure that the double-quote supposed to be
+       reported is really reported
+
 1998-04-14  Gordon Matzigkeit  <gord@profitpress.com>
 
        * quote.test (echo): Update the echo test from ../ltconfig.in.
index 654061707b01b2c7b35779cf6dcb5747b27ca07f..71678600fbca3b38a59e551b1c25577427700a1f 100755 (executable)
@@ -34,7 +34,7 @@ fi
 
 # Check for using test X... instead of test "X...
 if egrep -n -e 'test[  ]+X' $scripts; then
-  echo "use \`test "X..."' instead of \`test X'"
+  echo "use \`test \"X...\"' instead of \`test X'"
   status=1
 fi