hush/testsuite/cp/cp-preserves-links

6 lines
86 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz
2004-04-05 18:46:24 +00:00
test `readlink baz` = "foo"