Fix syntax in test to eliminate failure on Windows.

This commit is contained in:
Jim Winstead 2009-05-15 10:36:59 -07:00
commit 793d8e1820

View file

@ -377,7 +377,7 @@ drop tables t1, t2;
#
# Bug #27884: mysql --html does not quote HTML special characters in output
#
--exec $MYSQL --html test -e "select '< & >' as \`<\`"
--exec $MYSQL --html test -e "select '< & >' as '<'"
--echo
--echo End of tests