bug-coreutils
[Top][All Lists]
Advanced

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

coreutils CVS test failure on HP-UX 11i


From: Albert Chin-A-Young
Subject: coreutils CVS test failure on HP-UX 11i
Date: Wed, 26 May 2004 12:56:45 -0500
User-agent: Mutt/1.5.6i

$ cd /opt/build/coreutils-5.3.0/tests/rm
$ VERBOSE=yes gmake check TESTS=unread3
gmake  check-TESTS
gmake[1]: Entering directory `/opt/build/coreutils-5.3.0/tests/rm'
+ rm --version
rm (coreutils) 5.3.0
Written by Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ PRIV_CHECK_ARG=require-non-root
+ . ./../priv-check
+ who=by an unprivileged user
+ + id -u
my_uid=1000
+ test 0 = 0
+ test 1000 = 0
+ give_msg=no
+ test no = yes
+ + pwd
pwd=/opt/build/coreutils-5.3.0/tests/rm
+ + echo ./unread3
+ sed s,.*/,,
t0=unread3.tmp
+ tmp=unread3.tmp/13387
+ 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 unread3.tmp/13387
+ cd unread3.tmp/13387
+ mkdir -p a/1 b c d/2 e/3
+ test 0 = 1
+ fail=0
+ cd c
+ chmod u=x,go= .
+ t=/opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387
+ rm -r /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/a 
/opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/b
rm: cannot get current directory: Permission denied
Assertion failed: AD_stack_height (ds), file remove.c, line 382
./unread3[33]: 13395 Abort(coredump)
+ fail=1
+ rm -r /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/d 
/opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/e
rm: cannot get current directory: Permission denied
rm: failed to return to initial working directory: Bad file number
+ fail=1
+ test -d /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/a
+ fail=1
+ test -d /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/b
+ fail=1
+ test -d /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/d
+ fail=1
+ test -d /opt/build/coreutils-5.3.0/tests/rm/unread3.tmp/13387/e
+ fail=1
+ exit 1
+ exit 1
+ status=1
+ cd /opt/build/coreutils-5.3.0/tests/rm
+ chmod -R u+rwx unread3.tmp
+ rm -rf unread3.tmp
+ exit 1
FAIL: unread3
======================================
1 of 1 tests failed
Please report to address@hidden
======================================
gmake[1]: *** [check-TESTS] Error 1
gmake[1]: Leaving directory `/opt/build/coreutils-5.3.0/tests/rm'
gmake: *** [check-am] Error 2

-- 
albert chin (address@hidden)




reply via email to

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