diff options
author | Phil Pennock <pdp@exim.org> | 2011-05-07 17:17:04 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-05-07 17:17:04 -0400 |
commit | 43236f357ba2001d59b5937d14a50a56478bb8e0 (patch) | |
tree | 431b757ad8c4801ed9e551a6bd43ef9e46c37ea3 /test/runtest | |
parent | c8d52a009aa7bc80a1380adec35085755d389ea7 (diff) |
Typo fixes from Andreas Metzler.
fixes bug 1111
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 324049fc0..feca75e2e 100755 --- a/test/runtest +++ b/test/runtest @@ -763,7 +763,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^changing group to \d+ failed: Operation not permitted/; # We invoke Exim with -D, so we hit this new messag as of Exim 4.73: - next if /^macros_trusted overriden to true by whitelisting/; + next if /^macros_trusted overridden to true by whitelisting/; # We have to omit the localhost ::1 address so that all is well in # the IPv4-only case. |