mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix syntax in test to eliminate failure on Windows.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user