Skip to content
Snippets Groups Projects
Commit a636f7d2 authored by mpm's avatar mpm
Browse files

[PATCH] umask for run-tests

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[PATCH] umask for run-tests

From: Bryan O'Sullivan <bos@serpentine.com>

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-----
parent 77c66c4e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@
export LC_IDENTIFICATION="C"
export LC_ALL=""
umask 022
tests=0
failed=0
H=$PWD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment