Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / testsuite / dd / dd-accepts-if
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"