Initial public busybox upstream commit
[busybox4maemo] / testsuite / dd / dd-accepts-if
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"