1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-15 18:30:43 +00:00
hush/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