From: Alexandre Oliva Date: Sat, 7 Nov 1998 07:08:49 +0000 (+0000) Subject: * sh.test (test X): ensure that the double-quote supposed to be X-Git-Tag: start~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab657f88f3a6621ad4693c867389810a54426241;p=thirdparty%2Flibtool.git * sh.test (test X): ensure that the double-quote supposed to be reported is really reported --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 8f0036383..9b97617c3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +1998-11-07 Alexandre Oliva + + * sh.test (test X): ensure that the double-quote supposed to be + reported is really reported + 1998-04-14 Gordon Matzigkeit * quote.test (echo): Update the echo test from ../ltconfig.in. diff --git a/tests/sh.test b/tests/sh.test index 654061707..71678600f 100755 --- a/tests/sh.test +++ b/tests/sh.test @@ -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