Jim Meyering <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
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."


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to