diff options
Diffstat (limited to 'testsuite/xargs.tests')
-rwxr-xr-x | testsuite/xargs.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/xargs.tests b/testsuite/xargs.tests index 17f4e7a..c733630 100755 --- a/testsuite/xargs.tests +++ b/testsuite/xargs.tests @@ -26,4 +26,9 @@ testing "xargs does not stop on underscore ('new' GNU behavior)" \ "a _ b\n" \ "" "a\n_\nb\n" +testing "xargs -s7 can take one-char input" \ + "xargs -s7" \ + "a\n" \ + "" "a\n" + exit $FAILCOUNT |