summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-03-30 13:47:15 -0700
committerPhil Pennock <pdp@exim.org>2012-03-30 13:47:15 -0700
commit650ececb91dcf4567d31b0f960d75becf798f9df (patch)
treee416a3a98c008b9d04721754f50e86ba2d4ec73d
parent026d45f59bc9c3f767217b75349c0479d237739f (diff)
set umask
fixes bug 1228
-rwxr-xr-xtest/runtest7
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 #
##################################################