bug-coreutils
[Top][All Lists]
Advanced

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

coreutils inaccessible test fails on HP-UX with CVS build


From: Bob Proulx
Subject: coreutils inaccessible test fails on HP-UX with CVS build
Date: Thu, 15 Jun 2006 20:14:08 -0600
User-agent: Mutt/1.5.9i

Building CVS corutils on HP-UX 11.11 produces the following test
failure for the inaccessible test.  It is expected to fail.  But it is
expected to fail with a different message.  I am not sure what the
best way to handle differences such as this.

Bob

cd ../.. && make  am--refresh
make  check-TESTS
make[1]: Entering directory 
`/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm'
cd ../.. && make  am--refresh
+ rm --version
rm (GNU coreutils) 6.0-cvs
Copyright (C) 2006 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-non-root
+ . ./../priv-check
+ who=by an unprivileged user
+ + id -u
my_uid=1423
+ test 0 = 0
+ test 1423 = 0
+ give_msg=no
+ test no = yes
+ . ./../lang-default
+ eval LANG=; export LANG
+ LANG=
+ export LANG
+ eval LANGUAGE=; export LANGUAGE
+ LANGUAGE=
+ export LANGUAGE
+ eval LC_ALL=; export LC_ALL
+ LC_ALL=
+ export LC_ALL
+ eval LC_COLLATE=; export LC_COLLATE
+ LC_COLLATE=
+ export LC_COLLATE
+ eval LC_CTYPE=; export LC_CTYPE
+ LC_CTYPE=
+ export LC_CTYPE
+ eval LC_MESSAGES=; export LC_MESSAGES
+ LC_MESSAGES=
+ export LC_MESSAGES
+ eval LC_NUMERIC=; export LC_NUMERIC
+ LC_NUMERIC=
+ export LC_NUMERIC
+ eval LC_TIME=; export LC_TIME
+ LC_TIME=
+ export LC_TIME
+ + pwd
pwd=/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm
+ + echo ./inaccessible
+ sed s,.*/,,
t0=inaccessible.tmp
+ tmp=inaccessible.tmp/5978
+ 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 inaccessible.tmp/5978
+ cd inaccessible.tmp/5978
+ mkdir abs1 abs2 no-access
+ test 0 = 1
+ fail=0
+ 
p=/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm/inaccessible.tmp/5978
+ test -d 
/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm/inaccessible.tmp/5978/abs1
+ fail=1
+ test -d 
/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm/inaccessible.tmp/5978/abs2
+ fail=1
+ cat
+ 0< /var/tmp/sh5978.2 1> exp
+ sed s/: The file access permissions.*/: Permission denied/
+ 0< out 1> o1
+ mv o1 out
+ cmp out exp
out exp differ: char 5, line 1
+ fail=1
+ test 1 = 1
+ diff out exp
+ 2> /dev/null
1c1
< rm: unable to record current working directory: Permission denied
---
> rm: cannot remove `rel': Permission denied
+ exit 1
+ exit 1
+ status=1
+ cd /usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm
+ chmod -R u+rwx inaccessible.tmp
+ rm -rf inaccessible.tmp
+ exit 1
FAIL: inaccessible
======================================
1 of 1 tests failed
Please report to address@hidden
======================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory 
`/usr/local/build/coreutils/hppa-hpux11.11-gcc-coreutils/build/tests/rm'
make: *** [check-am] Error 2




reply via email to

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