git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
03976d0
)
Testsuite: fix error message. Bug 2700
author
Jasen Betts
<jasen@xnet.co.nz>
Mon, 22 Feb 2021 13:37:24 +0000
(13:37 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 22 Feb 2021 13:37:24 +0000
(13:37 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 93a4b74d3ce29792c3cb4866e9b1270cc082d38a..ed01ba7c0b2957413ba6725d4edaf35c682f801e 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-3047,7
+3047,7
@@
my $eximinfo = "$parm_exim -d -C $parm_cwd/test-config -DDIR=$parm_cwd -bP exim_
chomp(my @eximinfo = `$eximinfo 2>&1`);
die "$0: Can't run $eximinfo\n" if $? == -1;
-warn 'Got ' .
$?>>8
. " from $eximinfo\n" if $?;
+warn 'Got ' .
($?>>8)
. " from $eximinfo\n" if $?;
foreach (@eximinfo)
{
if (my ($version) = /^Exim version (\S+)/) {