summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-02-06 23:16:19 -0500
committerTavian Barnes <tavianator@tavianator.com>2017-02-06 23:16:19 -0500
commiteff9cbe83a6a4dad7338cf78ad3747d0d6628304 (patch)
tree8eaa370b840fa5c769e69c19fd66c1631e9097a7
parent78ebbfe2ce56d5504cbee0883c747fb427279653 (diff)
downloadbfs-eff9cbe83a6a4dad7338cf78ad3747d0d6628304.tar.xz
tests.sh: Set the umask before creating the test trees
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
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