From 59eaad2b1af0dc58545dff6a7211948782811e1a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 24 Feb 2016 18:19:04 +0000 Subject: Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800 --- test/runtest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 18ed0915d..96f5c11e9 100755 --- a/test/runtest +++ b/test/runtest @@ -3733,8 +3733,9 @@ foreach $test (@test_list) my($subtest_startline) = $lineno; - # Now run the command. The function returns 0 if exim was run and waited - # for, 1 if any other command was run and waited for, and 2 if a command + # Now run the command. The function returns 0 for an inline command, + # 1 if a non-exim command was run and waited for, 2 if an exim + # command was run and waited for, and 3 if a command # was run and not waited for (usually a daemon or server startup). my($commandname) = ""; -- cgit v1.2.3