]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/lib/DebbugsTest.pm
send_message in DebbugsTest should return true
[debbugs.git] / t / lib / DebbugsTest.pm
index 7d8af71f4a94c01351f7384cf35f0f6bafad3525..c18e86eea278396b5ad6c006712281abe6466a8a 100644 (file)
@@ -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