Commit bc4e9689 authored by df@pippilotta.erinye.com's avatar df@pippilotta.erinye.com
Browse files

fix bug in test case for bug#25714

parent aab055a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
#
--require r/have_bug25714.require
disable_query_log;
eval select LENGTH("MYSQL_BUG25714") > 0 as "have_bug25714_exe";
eval select LENGTH("$MYSQL_BUG25714") > 0 as "have_bug25714_exe";
enable_query_log;