Skip to content

Commit 73cb06f

Browse files
committed
Addendum to Bug #27884: fixed test incompatibility on windows.
1 parent 0ed9d7e commit 73cb06f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mysql-test/t/mysql.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,10 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
359359
#
360360
# Bug #27884: mysql --html does not quote HTML special characters in output
361361
#
362-
--exec $MYSQL --html test -e "select '< & >' as \`<\`"
362+
--write_file $MYSQLTEST_VARDIR/tmp/bug27884.sql
363+
SELECT '< & >' AS `<`;
364+
EOF
365+
--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql
363366
--echo
364367

365368
--echo End of 5.0 tests

0 commit comments

Comments
 (0)