From: Phil Pennock Date: Fri, 30 Mar 2012 20:47:15 +0000 (-0700) Subject: set umask X-Git-Tag: exim-4_80_RC1~74 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/650ececb91dcf4567d31b0f960d75becf798f9df set umask fixes bug 1228 --- diff --git a/test/runtest b/test/runtest index 4be0f7918..4543915b0 100755 --- a/test/runtest +++ b/test/runtest @@ -1864,6 +1864,13 @@ autoflush STDOUT 1; print "Exim tester $testversion\n"; +################################################## +# Some tests check created file modes # +################################################## + +umask 022; + + ################################################## # Check for the "less" command # ##################################################