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
This commit is contained in:
@@ -2,4 +2,4 @@ touch foo
|
||||
ln -s foo bar
|
||||
busybox cp -a bar baz
|
||||
test -L baz
|
||||
test `readlink baz` = "foo"
|
||||
test xfoo = x`readlink baz`
|
||||
|
||||
Reference in New Issue
Block a user