Re: rcs-5.8 test failure

Thien-Thi Nguyen <[email protected]> Mon, 17 Oct 2011 20:26:01 +0200
Newsgroups gmane.comp.version-control.rcs.bugs
Message-ID <[email protected]>
() Paul Eggert <[email protected]>
() Mon, 17 Oct 2011 10:58:55 -0700

   test -w /

Is this another way to say "user is root"?
Could we use

   test 0 = `id -u`

instead?