Commit c0065d15 authored by Sergei Golubchik's avatar Sergei Golubchik

fix a warning

parent 283af34a
...@@ -478,7 +478,7 @@ sub main { ...@@ -478,7 +478,7 @@ sub main {
} }
} }
if ( not defined @$completed ) { if ( not @$completed ) {
mtr_error("Test suite aborted"); mtr_error("Test suite aborted");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment