fix double merge
[oweals/busybox.git] / testsuite / dd / dd-accepts-if
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"