1
0
mirror of https://github.com/sheumann/hush.git synced 2025-02-24 09:29:09 +00:00
hush/testsuite/dd/dd-copies-from-standard-input-to-standard-output

2 lines
58 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
test "$(echo I WANT | busybox dd 2>/dev/null)" = "I WANT"