* sh.test (test X): ensure that the double-quote supposed to be

reported is really reported
This commit is contained in:
Alexandre Oliva 1998-11-07 07:08:49 +00:00 committed by Alexandre Oliva
parent 69ef5488f6
commit ab657f88f3
2 changed files with 6 additions and 1 deletions

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

View File

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