diff options
author | Phil Pennock <pdp@exim.org> | 2012-03-30 13:47:15 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-03-30 13:47:15 -0700 |
commit | 650ececb91dcf4567d31b0f960d75becf798f9df (patch) | |
tree | e416a3a98c008b9d04721754f50e86ba2d4ec73d /test | |
parent | 026d45f59bc9c3f767217b75349c0479d237739f (diff) |
set umask
fixes bug 1228
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 # ################################################## |