mirror of
https://git.busybox.net/busybox
synced 2025-08-28 21:14:54 +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
69 B
Text
5 lines
69 B
Text
touch foo
|
|
chmod a-r foo
|
|
busybox mv foo bar
|
|
test ! -e foo
|
|
test -f bar
|