François Giron wrote: > I transmit to you the results of tests: > > % make -C tests/chgrp TESTS=basic > make: Nothing to be done for `all'.
Unfortunately the instructions given to you were missing a "check" target there. That command build the default target instead. Please add the check taret to the command line and try this again. Actually, lets get all of the details and set VERBOSE to yes. Then we will have all of the details. Please run this command and send us the output to the mailing list. env VERBOSE=yes make -C tests/chgrp check TESTS=basic Thanks Bob _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils