Commit 793d8e18 authored by Jim Winstead's avatar Jim Winstead

Fix syntax in test to eliminate failure on Windows.

parent 272c17d1
...@@ -377,7 +377,7 @@ drop tables t1, t2; ...@@ -377,7 +377,7 @@ drop tables t1, t2;
# #
# Bug #27884: mysql --html does not quote HTML special characters in output # 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
--echo End of tests --echo End of tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment