François Giron <[EMAIL PROTECTED]> wrote: ... > % env VERBOSE=yes make -C tests/chgrp check TESTS=basic > make check-TESTS > + chgrp --version > chgrp (GNU coreutils) 5.96 ... > + framework_failure=0 > + mkdir basic.13520 > mkdir: cannot create directory `basic.13520': Permission denied > + framework_failure=1 > + cd basic.13520 > ./basic: line 22: cd: basic.13520: No such file or directory
This means your tests/chgrp directory is not writable by the user running the test. Please fix that and rerun the test. E.g., run this: chmod u+rwx tests/chgrp env VERBOSE=yes make -C tests/chgrp check TESTS=basic _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils