hush/testsuite/cp/cp-a-preserves-links

6 lines
86 B
Plaintext
Raw Normal View History

2004-04-05 18:46:24 +00:00
touch foo
ln -s foo bar
busybox cp -a bar baz
test -L baz
test `readlink baz` = "foo"