diff options
author | Jim Winstead <jimw@mysql.com> | 2009-05-15 10:36:59 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-05-15 10:36:59 -0700 |
commit | 793d8e1820acc264088ff55884c75510c7ec21f7 (patch) | |
tree | 1fff13f504330fb15658e84792b5229bbdef19d6 /mysql-test/t/mysql.test | |
parent | 272c17d1dfc80c7b55b9c2dd491b18bdbc7ab724 (diff) | |
download | mariadb-git-793d8e1820acc264088ff55884c75510c7ec21f7.tar.gz |
Fix syntax in test to eliminate failure on Windows.
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index 1054d1cbe0a..ba5cc243c01 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -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 |