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-11-09 18:06:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fc2bb8f04f
hush
/
testsuite
/
cp
/
cp-a-preserves-links
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Some test additions
2004-04-05 18:46:24 +00:00
touch foo
ln -s foo bar
busybox cp -a bar baz
test -L baz
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
test xfoo = x`readlink baz`
Reference in New Issue
Copy Permalink