1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix a warning

This commit is contained in:
Sergei Golubchik
2014-01-20 20:53:39 +01:00
parent 283af34a6d
commit c0065d1539

View File

@ -478,7 +478,7 @@ sub main {
}
}
if ( not defined @$completed ) {
if ( not @$completed ) {
mtr_error("Test suite aborted");
}