From c0065d153938eea2a7c2729e7e65d624affc040e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 20 Jan 2014 20:53:39 +0100 Subject: [PATCH] fix a warning --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index e4beae1c10b..60725b4448e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -478,7 +478,7 @@ sub main { } } - if ( not defined @$completed ) { + if ( not @$completed ) { mtr_error("Test suite aborted"); }