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
6 lines
124 B
Text
6 lines
124 B
Text
# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
|
|
touch foo
|
|
ln foo bar
|
|
mkdir baz
|
|
busybox mv foo bar baz
|
|
test baz/foo -ef baz/bar
|