git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
026d45f
)
set umask
author
Phil Pennock
<pdp@exim.org>
Fri, 30 Mar 2012 20:47:15 +0000
(13:47 -0700)
committer
Phil Pennock
<pdp@exim.org>
Fri, 30 Mar 2012 20:47:15 +0000
(13:47 -0700)
fixes bug 1228
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 4be0f79181c99aecfff8467de7c11a77a673eb33..4543915b0de6af3954e4feaf3b9bf7d79731071e 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1864,6
+1864,13
@@
autoflush STDOUT 1;
print "Exim tester $testversion\n";
print "Exim tester $testversion\n";
+##################################################
+# Some tests check created file modes #
+##################################################
+
+umask 022;
+
+
##################################################
# Check for the "less" command #
##################################################
##################################################
# Check for the "less" command #
##################################################