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

mv-moves-unreadable-files « mv « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc9c3133ca90cf5a4f711b4e8c268388a94e439b (plain)
1
2
3
4
5
touch foo
chmod a-r foo
busybox mv foo bar
test ! -e foo
test -f bar