diff options
Diffstat (limited to 'busybox/testsuite/sed/sed-branch-no-label')
-rw-r--r-- | busybox/testsuite/sed/sed-branch-no-label | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox/testsuite/sed/sed-branch-no-label b/busybox/testsuite/sed/sed-branch-no-label new file mode 100644 index 0000000..446c1bc --- /dev/null +++ b/busybox/testsuite/sed/sed-branch-no-label @@ -0,0 +1 @@ +test "$(echo foo | busybox sed 'b;p')" = foo |