mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
5 lines
86 B
Text
5 lines
86 B
Text
touch foo
|
|
ln -s foo bar
|
|
busybox cp -a bar baz
|
|
test -L baz
|
|
test xfoo = x`readlink baz`
|