Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b5368bf437970dfdab7136af527a208f059c5c78
/
.
/
testsuite
/
mv
/
mv-moves-unreadable-files
blob: bc9c3133ca90cf5a4f711b4e8c268388a94e439b [
file
] [
log
] [
blame
]
touch foo
chmod a
-
r foo
busybox mv foo bar
test
!
-
e foo
test
-
f bar