
git at exim
Mar 30, 2012, 2:17 PM
Post #2 of 2
(116 views)
Permalink
|
|
[Bug 1228] testsuite fails for unexpected umask
[In reply to]
|
|
------- 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 <git [at] exim> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |git [at] exim --- Comment #2 from Git Commit <git [at] exim> 2012-03-30 22:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/650ececb91dcf4567d31b0f960d75becf798f9df commit 650ececb91dcf4567d31b0f960d75becf798f9df Author: Phil Pennock <pdp [at] exim> AuthorDate: Fri Mar 30 13:47:15 2012 -0700 Commit: Phil Pennock <pdp [at] exim> 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/ ##
|