Gitweb:
http://git.exim.org/exim.git/commitdiff/650ececb91dcf4567d31b0f960d75becf798f9df
Commit: 650ececb91dcf4567d31b0f960d75becf798f9df
Parent: 026d45f59bc9c3f767217b75349c0479d237739f
Author: Phil Pennock <pdp@???>
AuthorDate: Fri Mar 30 13:47:15 2012 -0700
Committer: Phil Pennock <pdp@???>
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 #
##################################################