mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Use double quotes instead of single ones which make the test fail on Windows. This is for bug #30164.
mysql-test/t/mysql.test: Use double quotes instead of single ones which make the test fail on Windows.
This commit is contained in:
parent
bb986a24e7
commit
aef135da66
1 changed files with 1 additions and 1 deletions
|
@ -276,6 +276,6 @@ EOF
|
|||
#
|
||||
# bug #30164: Using client side macro inside server side comments generates broken queries
|
||||
#
|
||||
--exec $MYSQL test -e '/*! \C latin1 */ select 1;'
|
||||
--exec $MYSQL test -e "/*! \C latin1 */ select 1;"
|
||||
|
||||
--echo End of 5.0 tests
|
||||
|
|
Loading…
Reference in a new issue