Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
884ea1c172f022c362a3d99b11dbd2f2443ab786
/
.
/
testsuite
/
cp
/
cp-does-not-copy-unreadable-file
blob: e17e8e66dd72f70b2c48e11fc4e46a629cca5a94 [
file
] [
log
] [
blame
]
touch foo
chmod a
-
r foo
set
+
e
if
test
`id -u`
=
0
;
then
# run as user with nonzero uid
setuidgid
1
busybox cp foo bar
else
busybox cp foo bar
fi
set
-
e
test
!
-
f bar