This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10f55b1dae
busybox
/
testsuite
/
cp
/
cp-does-not-copy-unreadable-file
7 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Open the source before creating the destination.
2001-12-11 22:13:48 +05:30
touch foo
chmod a-r foo
Kill off the old 'tests' stuff. Write a ton of new tests for the 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2004-04-06 16:40:30 +05:30
set +e
Open the source before creating the destination.
2001-12-11 22:13:48 +05:30
busybox cp foo bar
Kill off the old 'tests' stuff. Write a ton of new tests for the 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2004-04-06 16:40:30 +05:30
set -e
Open the source before creating the destination.
2001-12-11 22:13:48 +05:30
test ! -f bar
Reference in New Issue
Copy Permalink