From 969e6431be9fd608b3c8c54fa97559593fd697b5 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12)" Date: Wed, 19 Aug 2015 18:17:51 +0200 Subject: [PATCH] Testsuite: auto-detect the Exim binary in ../src/build* --- test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1