Commit 33d10a06 authored by kaa@polly.(none)'s avatar kaa@polly.(none)

Use double quotes instead of single ones which make the test fail on Windows....

Use double quotes instead of single ones which make the test fail on Windows. This is for bug #30164.
parent 2bb84964
......@@ -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
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