From: Don Armstrong Date: Mon, 2 Apr 2018 19:08:59 +0000 (-0700) Subject: send_message in DebbugsTest should return true X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=d5c262ddf31bf0d17e751cdbd8366f8679403a3f send_message in DebbugsTest should return true --- diff --git a/t/lib/DebbugsTest.pm b/t/lib/DebbugsTest.pm index 7d8af71..c18e86e 100644 --- a/t/lib/DebbugsTest.pm +++ b/t/lib/DebbugsTest.pm @@ -208,7 +208,8 @@ sub send_message{ # now we should run processall to see if the message gets processed if ($param{run_processall}) { system('scripts/processall') == 0 or die "processall failed"; - } + } + return 1; } =item test_control_commands