diff options
author | sayantan dutta <sayantan.dutta@oracle.com> | 2014-02-18 17:57:54 +0530 |
---|---|---|
committer | Sayantan Dutta <sayantan.dutta@oracle.com> | 2015-08-05 15:18:25 +0530 |
commit | 67be190c0b7a803684eaffca53063f31fa8e1ddc (patch) | |
tree | 57f437d6a081be629c2771de0bd5e2c9dea68775 | |
parent | c20911dbe05a3a38fafb55035ef440182fbd1815 (diff) | |
download | mariadb-git-67be190c0b7a803684eaffca53063f31fa8e1ddc.tar.gz |
Follow up Fix: Bug #18145121 - DEPRECATED PERL SYNTAX IN MTR
(cherry picked from commit 3eb933e0eb55f962404a04741767177e12a9885f)
Conflicts:
mysql-test/mysql-test-run.pl
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 02ff577c7bf..684d262f410 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -490,7 +490,7 @@ sub main { } } - if ( not defined @$completed ) { + if ( not $completed ) { mtr_error("Test suite aborted"); } |