On Sat, 2012-03-03 at 13:17 +0000, Neil Williams wrote: > First test: > uname -a > Linux debian 2.6.32-5-amd64 #1 SMP Fri Dec 23 20:09:57 UTC 2011 x86_64 > GNU/Linux
what Debian is this? I'd like to run a VM to see if there are more errors. > > PATH=`pwd`/bin:$PATH /bin/sh test/00/t0076a.sh > expected to fail > FAILED test of rename EACCES This is very strange. To achieve this result, the rename(2) system call has to have non-POSIX semantics... or the test run as root. I will change the test to display the message, as if there was an error, rather than actually call rename(2). I'm also adding code to the scripts that involve EACCES or EPERM, so that they pass by default if they are run by root. > < starting at "a" > --- > > starting at "/tmp/libexplain-10570/a" This has a different cause. The chroot probably doesn't have /proc mounted. I will add a check for this in the test. -- Peter Miller <peter.miller....@gmail.com> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org