Addendum to Bug #27884: fixed test incompatibility on windows.
This commit is contained in:
parent
2ac344ecf6
commit
514d33c866
@ -359,7 +359,10 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
|
|||||||
#
|
#
|
||||||
# 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 \`<\`"
|
--write_file $MYSQLTEST_VARDIR/tmp/bug27884.sql
|
||||||
|
SELECT '< & >' AS `<`;
|
||||||
|
EOF
|
||||||
|
--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql
|
||||||
--echo
|
--echo
|
||||||
|
|
||||||
--echo End of 5.0 tests
|
--echo End of 5.0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user