diff options
Diffstat (limited to 'testsuite/dd/dd-copies-from-standard-input-to-standard-output')
-rw-r--r-- | testsuite/dd/dd-copies-from-standard-input-to-standard-output | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/dd/dd-copies-from-standard-input-to-standard-output b/testsuite/dd/dd-copies-from-standard-input-to-standard-output new file mode 100644 index 000000000..d890eb04c --- /dev/null +++ b/testsuite/dd/dd-copies-from-standard-input-to-standard-output @@ -0,0 +1 @@ +test "$(echo I WANT | busybox dd 2>/dev/null)" = "I WANT" |