diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-14 11:10:08 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-14 11:10:08 +0000 |
commit | 7bf8f5bc5e2b4e506936f482a5b55f4e0d044c68 (patch) | |
tree | 0002e49ed11fe960c3762931a0917cf79f8ee068 /testsuite/sed/sed-branch-no-label | |
parent | 8a0b59fb82790e6eea25ed8048b18670c0ea6e79 (diff) |
Update sed branch tests
Diffstat (limited to 'testsuite/sed/sed-branch-no-label')
-rw-r--r-- | testsuite/sed/sed-branch-no-label | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/sed/sed-branch-no-label b/testsuite/sed/sed-branch-no-label new file mode 100644 index 000000000..446c1bcd9 --- /dev/null +++ b/testsuite/sed/sed-branch-no-label @@ -0,0 +1 @@ +test "$(echo foo | busybox sed 'b;p')" = foo |