summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-02-24 18:19:04 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-03-03 13:25:30 +0000
commit59eaad2b1af0dc58545dff6a7211948782811e1a (patch)
tree850aa0f5536176fc02adfb5851274b8a2999a8b1 /test/runtest
parentbe92b80c645837095fd47f1334502a7c4ec41c93 (diff)
Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 3 insertions, 2 deletions
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) = "";