Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mv-moves-symlinks « mv « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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