diff options
Diffstat (limited to 'testsuite/cut/cut-cuts-a-closed-range')
-rw-r--r-- | testsuite/cut/cut-cuts-a-closed-range | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/cut/cut-cuts-a-closed-range b/testsuite/cut/cut-cuts-a-closed-range new file mode 100644 index 0000000..9680b76 --- /dev/null +++ b/testsuite/cut/cut-cuts-a-closed-range @@ -0,0 +1 @@ +test $(echo abcd | busybox cut -c 1-2) = ab |