From ef4458af0741dd18a407eff47ede481c816e8f07 Mon Sep 17 00:00:00 2001 From: Bjorn Munch Date: Wed, 17 Nov 2010 11:16:13 +0100 Subject: Tests: many if/while expresissons simplified after 57276 --- mysql-test/t/execution_constants.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/execution_constants.test') diff --git a/mysql-test/t/execution_constants.test b/mysql-test/t/execution_constants.test index e61d79f5249..92b1deb9921 100644 --- a/mysql-test/t/execution_constants.test +++ b/mysql-test/t/execution_constants.test @@ -49,7 +49,7 @@ while ($i) let $i = 1// # Check that mysql_errno is 1436 - if (`select $mysql_errno != 1436`) + if ($mysql_errno != 1436) { die Wrong error triggered, expected 1436 but got $mysql_errno// } -- cgit v1.2.1