summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output')
-rwxr-xr-xrelease/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output b/release/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output
new file mode 100755
index 00000000..d890eb04
--- /dev/null
+++ b/release/src/router/busybox/testsuite/dd/dd-copies-from-standard-input-to-standard-output
@@ -0,0 +1 @@
+test "$(echo I WANT | busybox dd 2>/dev/null)" = "I WANT"