Georg Schwarz <[EMAIL PROTECTED]> writes: > lorenz 44% env VERBOSE=yes make TESTS=symlink-slash check > ... > + mkdir dir > + ln -s dir symlink > ... > + cp -dR symlink/ s > + ls -l s > + set lrwxrwxrwx 1 schwarz user 3 Jun 17 19:58 s -> dir > + test lrwxrwxrwx 1 schwarz user 3 Jun 17 19:58 s -> dir = total 0 > fail=1
Apparently coreutils isn't dereferencing that symlink correctly. Can you use GDB or some other debugger on the 'cp' command, and find out why? That cp command should create a directory, not a symlink. Thanks. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils