hush/testsuite/cp/cp-preserves-links
2004-04-05 18:46:24 +00:00

6 lines
86 B
Plaintext

touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz
test `readlink baz` = "foo"