stop using __u32 etc. uint32_t is there for a reason
[oweals/busybox.git] / testsuite / cp / cp-copies-empty-file
1 touch foo
2 busybox cp foo bar
3 cmp foo bar