From: Heiko Schlittermann (HS12) Date: Wed, 19 Aug 2015 16:17:51 +0000 (+0200) Subject: Testsuite: auto-detect the Exim binary in ../src/build* X-Git-Tag: exim-4_87_RC1~112 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=969e6431be9fd608b3c8c54fa97559593fd697b5;p=exim.git Testsuite: auto-detect the Exim binary in ../src/build* --- diff --git a/test/runtest b/test/runtest index fcc7a972e..7bf74d7e1 100755 --- a/test/runtest +++ b/test/runtest @@ -2393,7 +2393,7 @@ if ($parm_exim eq "") # directory. Thus, we should choose the highest version of Exim that has # been compiled. - if ($f eq "exim4" || $f eq "exim-snapshot") + if ($f eq "exim4" || $f eq "exim-snapshot" || $f eq 'src') { $srcdir = $f; } else { $srcdir = $f