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
4 lines
55 B
Text
4 lines
55 B
Text
touch foo
|
|
busybox mv foo bar
|
|
test ! -e foo
|
|
test -f bar
|