diff options
author | Matt Kraai | 2001-12-21 16:04:12 +0000 |
---|---|---|
committer | Matt Kraai | 2001-12-21 16:04:12 +0000 |
commit | 70624846fdfb95ed3913d86cd5e72116791b9070 (patch) | |
tree | 19c76665ded18142165cf21d9cf168679ac86581 /testsuite/sed | |
parent | 1fcc66e68550ca470074bf4e204efd9d418d8f9a (diff) | |
download | busybox-70624846fdfb95ed3913d86cd5e72116791b9070.zip busybox-70624846fdfb95ed3913d86cd5e72116791b9070.tar.gz |
Ignore blanks before the first address and before the command.
Diffstat (limited to 'testsuite/sed')
-rw-r--r-- | testsuite/sed/sed-accepts-blanks-before-command | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/sed/sed-accepts-blanks-before-command b/testsuite/sed/sed-accepts-blanks-before-command new file mode 100644 index 0000000..9597c2f --- /dev/null +++ b/testsuite/sed/sed-accepts-blanks-before-command @@ -0,0 +1 @@ +busybox sed -e '1 d' </dev/null |