diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-17 11:46:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-17 11:46:01 +0000 |
commit | 96508de1f4e018efe8bd22e857cde2e5d8541f69 (patch) | |
tree | aa26536d3607e6afbf3c0c40b64daca5c3494234 /test/runtest | |
parent | fc8a300f49e9457ada1834ae2feda738784f73c6 (diff) |
DB: show the Berkeley DB runtime library version, for "-d -bV"
Diffstat (limited to 'test/runtest')
-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+)/) { |