This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-12-28 22:30:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
02fe81033f
hush
/
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 16:43:48 +00:00
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 11:10:30 +00:00
set +e
Open the source before creating the destination.
2001-12-11 16:43:48 +00:00
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 11:10:30 +00:00
set -e
Open the source before creating the destination.
2001-12-11 16:43:48 +00:00
test ! -f bar
Reference in New Issue
Copy Permalink