set umask
authorPhil Pennock <pdp@exim.org>
Fri, 30 Mar 2012 20:47:15 +0000 (13:47 -0700)
committerPhil Pennock <pdp@exim.org>
Fri, 30 Mar 2012 20:47:15 +0000 (13:47 -0700)
fixes bug 1228

test/runtest

index 4be0f79181c99aecfff8467de7c11a77a673eb33..4543915b0de6af3954e4feaf3b9bf7d79731071e 100755 (executable)
@@ -1864,6 +1864,13 @@ autoflush STDOUT 1;
 print "Exim tester $testversion\n";
 
 
+##################################################
+#      Some tests check created file modes       #
+##################################################
+
+umask 022;
+
+
 ##################################################
 #       Check for the "less" command             #
 ##################################################