fix #>&- syntax for closing fds
[oweals/busybox.git] / testsuite / cp / cp-RHL-does_not_preserve-links
1 mkdir a
2 >a/file
3 ln -s file a/link
4 busybox cp -RHL a b
5 test ! -L b/link
6 #sh </dev/tty >/dev/tty 2>&1