Start 1.33.0 development cycle
[oweals/busybox.git] / dd / dd-accepts-if
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"