# HG changeset patch # User mpm@selenic.com # Date 1119939836 28800 # Node ID a636f7d2cd5be68e39886c74dc6b8cf19f8d8993 # Parent 77c66c4eec0e482c8a6d04a6b95b6c4b14fbe032 [PATCH] umask for run-tests -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] umask for run-tests From: Bryan O'Sullivan Another local factor affecting test breakage: umask. Mine is 002, but some other people seem to use 022. This patch makes run-tests explicitly set a umask. manifest hash: 39aaea44746b113e992bcf0a9e93d9de3961c907 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwOz8ywK+sNU5EO8RAvr7AJ9gRknqzQD6UmV1SpzHGqQyclcuxgCeItoD W7yNbrtIAPyMJsfwhVECx3s= =KhYb -----END PGP SIGNATURE----- diff -r 77c66c4eec0e -r a636f7d2cd5b tests/run-tests --- a/tests/run-tests Mon Jun 27 22:22:13 2005 -0800 +++ b/tests/run-tests Mon Jun 27 22:23:56 2005 -0800 @@ -17,6 +17,8 @@ export LC_IDENTIFICATION="C" export LC_ALL="" +umask 022 + tests=0 failed=0 H=$PWD