[3174] in testers
Re: sgi 8.1.0: moira locker apps
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri May 30 21:34:50 1997
To: Craig Fields <cfields@MIT.EDU>
Cc: ghudson@MIT.EDU, testers@MIT.EDU
In-Reply-To: Your message of "Fri, 30 May 1997 17:33:13 EDT."
<199705302133.RAA07288@mad-scientist.MIT.EDU>
Date: Fri, 30 May 1997 21:29:44 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> If moira's bin is system:anyuser l, then test -x will come out false
> as well.
You're right, if you can't stat the binary it won't test true under
"test -x". I'll do it this way and we'll see if we ever run into a
problem.
(We could do something like set an environment variable and test for
it to prevent recursion, but then you get situations like
/usr/athena/bin/listmaint not working in a subshell that you spawned
from a listmaint process.)