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");
}