bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils 5.2.1 make check fails


From: Andreas Schwab
Subject: Re: coreutils 5.2.1 make check fails
Date: Mon, 21 Jun 2004 22:34:28 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Jim Meyering <address@hidden> writes:

> Index: tests/priv-check
> ===================================================================
> RCS file: /fetish/cu/tests/priv-check,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -p -u -r1.7 -r1.8
> --- tests/priv-check  27 Jul 2003 20:04:48 -0000      1.7
> +++ tests/priv-check  21 Jun 2004 17:06:58 -0000      1.8
> @@ -60,7 +60,7 @@ case $PRIV_CHECK_ARG:$my_uid in
>       echo "$0: skipping this test" 1>&2
>       (exit 77); exit
>        }
> -    exec setuidgid $NON_ROOT_USERNAME $0
> +    exec setuidgid $NON_ROOT_USERNAME env PATH=$PATH $0

You might want to add quotes just in case $PATH has some weird characters.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]