On Thu, 7 Aug 2008 12:00:23 -0700
"Robin H. Johnson" <[EMAIL PROTECTED]> wrote:
> More than a year ago, I had my first occurrence of a package that
> refused to work when run as root: dev-db/mysql. This lead to the
> following block of code in the src_test block:
>
> if [[ $UID -eq 0 ]]; then
>
On Thu, Aug 7, 2008 at 12:00 PM, Robin H. Johnson <[EMAIL PROTECTED]> wrote:
> More than a year ago, I had my first occurrence of a package that
> refused to work when run as root: dev-db/mysql. This lead to the following
> block of code in the src_test block:
>
> if [[ $UID -eq 0 ]]; then
>
More than a year ago, I had my first occurrence of a package that
refused to work when run as root: dev-db/mysql. This lead to the following
block of code in the src_test block:
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by
upstream. Tests MUST b