X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/03976d0d27f005d68d6a37b418f168f687d49447..f39bb672424423847bce771bc31f5c13f2eb4185:/test/runtest diff --git a/test/runtest b/test/runtest index 93a4b74d3..ed01ba7c0 100755 --- 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+)/) {