From eff9cbe83a6a4dad7338cf78ad3747d0d6628304 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 6 Feb 2017 23:16:19 -0500 Subject: tests.sh: Set the umask before creating the test trees --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index d83f824..f24308d 100755 --- a/tests.sh +++ b/tests.sh @@ -1,6 +1,7 @@ #!/bin/bash set -o physical +umask 022 export LC_ALL=C -- cgit v1.2.3