nt9856x/BSP/busybox/testsuite/cp/cp-copies-empty-file
2023-03-28 15:07:53 +08:00

4 lines
41 B
Plaintext

touch foo
busybox cp foo bar
cmp foo bar