summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/mv/mv-moves-symlinks
blob: c413af07c89a535fc242f70a150e2d9ff7eb978e (plain)
1
2
3
4
5
6
touch foo
ln -s foo bar
busybox mv bar baz
test -f foo
test ! -e bar
test -L baz