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

cp-does-not-copy-unreadable-file « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68c57672797153b7545c2f469a6a2f9d60f4d001 (plain)
1
2
3
4
touch foo
chmod a-r foo
busybox cp foo bar
test ! -f bar