diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-08-19 18:17:51 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-08-19 18:21:05 +0200 |
commit | 969e6431be9fd608b3c8c54fa97559593fd697b5 (patch) | |
tree | be9783c592102f509dc4b10f8995de2fdb6bcb1a /test | |
parent | 1b1fefe35b9dd49148a1e6e122d280b8e81987d5 (diff) |
Testsuite: auto-detect the Exim binary in ../src/build*
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
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 |