mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Fix syntax in test to eliminate failure on Windows.
This commit is contained in:
parent
272c17d1df
commit
793d8e1820
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue