diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 4be0f7918..4543915b0 100755 --- a/test/runtest +++ b/test/runtest @@ -1865,6 +1865,13 @@ print "Exim tester $testversion\n"; ################################################## +# Some tests check created file modes # +################################################## + +umask 022; + + +################################################## # Check for the "less" command # ################################################## |