aboutsummaryrefslogtreecommitdiff
path: root/testsuite/dd/dd-copies-from-standard-input-to-standard-output
diff options
context:
space:
mode:
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-output1
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 0000000..d890eb0
--- /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"