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