cut: code shrink
[busybox-git.git] / testsuite / dd / dd-accepts-if
blob03d1af853664470cac88d99e34cda86b0f9aeaf4
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"