busybox/testsuite/cp/cp-follows-links
2001-10-30 23:11:20 +00:00

5 lines
55 B
Plaintext

touch foo
ln -s foo bar
busybox cp bar baz
test -f baz