And with 'gmake check-root' run as root, coreutils-6.9
fails in tests/rm on no-give-up (see verbose output below).

System:     sun-sparc-solaris2.6
Compiler:   gcc-4.1.2

Arto

-------------------------------------------------------
gmake[3]: Entering directory 
`/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/rm'
+ rm --version 
rm (GNU coreutils) 6.9
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering.
PRIV_CHECK_ARG=require-root
+ . /build/coreutils-6.9/tests/rm/../priv-check 
who=as root
+ id -u 
my_uid=0
+ test 0 = 0 
+ test 0 = 0 
+ : nobody 
+ id -u nobody 
coreutils_non_root_uid=60001
+ test 0 = 0 
+ test 60001 = 0 
give_msg=no
+ test no = yes 
+ pwd 
pwd=/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/rm
+ echo /build/coreutils-6.9/tests/rm/no-give-up 
+ sed s,.*/,, 
t0=no-give-up.tmp
tmp=no-give-up.tmp/14119
+ trap status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status 
0 
+ trap (exit $?); exit $? 1 2 13 15 
framework_failure=0
+ mkdir -p no-give-up.tmp/14119 
+ cd no-give-up.tmp/14119 
+ mkdir d 
+ touch d/f 
+ chown -R nobody d 
+ chmod u=rwx . 
+ test 0 = 1 
fail=0
+ setuidgid nobody env 
PATH=/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/rm/../../src:/usr/local/build/bin:/usr/bin
 rm -rf d 
fail=1
+ test -d d 
fail=1
+ test -f d/f 
+ exit 1 
+ exit 1 
status=1
+ cd 
/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/rm
 
+ chmod -R u+rwx no-give-up.tmp 
+ rm -rf no-give-up.tmp 
+ exit 1 
FAIL: no-give-up
======================================
1 of 1 tests failed
Please report to bug-coreutils@gnu.org
======================================
gmake[3]: *** [check-TESTS] Error 1


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to