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

6 lines
86 B
Plaintext

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