X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a769a5017518b850dca541f3e873fcfbc772f782..650ececb91dcf4567d31b0f960d75becf798f9df:/test/runtest diff --git a/test/runtest b/test/runtest index 6a6aadd97..4543915b0 100755 --- a/test/runtest +++ b/test/runtest @@ -312,7 +312,7 @@ RESET_AFTER_EXTRA_LINE_READ: # Replace the Exim version number (may appear in various places) # patchexim should have fixed this for us - #s/(Exim) \d+\.\d+[\w-]*/$1 x.yz/i; + #s/(Exim) \d+\.\d+[\w_-]*/$1 x.yz/i; # Replace Exim message ids by a unique series s/((?:[^\W_]{6}-){2}[^\W_]{2}) @@ -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 # ##################################################