mirror of
https://git.busybox.net/busybox
synced 2025-07-01 12:36:15 +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
6 lines
81 B
Text
6 lines
81 B
Text
touch foo
|
|
ln -s foo bar
|
|
busybox mv bar baz
|
|
test -f foo
|
|
test ! -e bar
|
|
test -L baz
|