From 7f12178398a9fb5a223d5c3cd0a58a84e6af7155 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 24 Apr 2001 01:50:45 +0000 Subject: [PATCH] make sure we have a standard umask for each test (022). --- common.rc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3