------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1228 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2012-03-30 22:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/650ececb91dcf4567d31b0f960d75becf798f9df commit 650ececb91dcf4567d31b0f960d75becf798f9df Author: Phil Pennock <[email protected]> AuthorDate: Fri Mar 30 13:47:15 2012 -0700 Commit: Phil Pennock <[email protected]> CommitDate: Fri Mar 30 13:47:15 2012 -0700 set umask fixes bug 1228 --- test/runtest | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/test/runtest b/test/runtest index 4be0f79..4543915 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 # ################################################## -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
