650fe63467
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
|
|
touch foo
|
|
ln foo bar
|
|
mkdir baz
|
|
busybox mv foo bar baz
|
|
test baz/foo -ef baz/bar
|