[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tests/du/inacc-dest requires non-root priviledges
From: |
Jim Meyering |
Subject: |
Re: tests/du/inacc-dest requires non-root priviledges |
Date: |
Fri, 24 Nov 2006 22:09:13 +0100 |
"Theodoros V. Kalamatianos" <address@hidden> wrote:
> ...as the subject says, this test fails when run as root because root is
> not restricted by file permissions. AFAICT coreutils-6.5 introduced this
> and coreutils-6.6 is still affected. The following patch fixes the test:
>
> diff -uNr coreutils-6.5/tests/du/inacc-dest coreutils-6.5/tests/du/inacc-dest
...
> +PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check
Thanks. Applied.