diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index a6844bebb..89625e90d 100755 --- a/test/runtest +++ b/test/runtest @@ -2783,6 +2783,7 @@ while (<EXIMINFO>) my(@temp); if (/^(Exim|Library) version/) { print; } + if (/Runtime: /) {print; } elsif (/^Size of off_t: (\d+)/) { |