diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 745b360cf..4aa7b864f 100755 --- a/test/runtest +++ b/test/runtest @@ -3854,6 +3854,7 @@ foreach $test (@test_list) # was run and not waited for (usually a daemon or server startup). $0 = "[runtest $testno]"; + $ENV{EXIM_TEST_NUMBER} = $testno; my($commandname) = ''; my($expectrc) = 0; |