android_mt6572_jiabo/external/busybox/testsuite/mv/mv-moves-hardlinks
2025-09-05 16:56:03 +08:00

4 lines
64 B
Text

touch foo
ln foo bar
busybox mv bar baz
test ! -f bar -a -f baz