mirror of
https://git.busybox.net/busybox
synced 2025-05-11 21:23:47 +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
83 B
Text
5 lines
83 B
Text
touch foo
|
|
ln -s foo bar
|
|
busybox mv bar baz
|
|
test -L baz
|
|
test xfoo = x`readlink baz`
|