From: fsgqa Date: Tue, 24 Apr 2001 01:50:45 +0000 (+0000) Subject: make sure we have a standard umask for each test (022). X-Git-Tag: v1.1.0~1270 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=7f12178398a9fb5a223d5c3cd0a58a84e6af7155 make sure we have a standard umask for each test (022). --- diff --git a/common.rc b/common.rc index f952d118..5e3f0b5e 100644 --- a/common.rc +++ b/common.rc @@ -39,6 +39,9 @@ then exit 1 fi +# make sure we have a standard umask +umask 022 + # awk AWK_PROG=awk