From d5fa1a0f49c4872f614a4674922f4362b114fece Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Jun 2010 03:43:43 +0200 Subject: xargs: code shrink -15 bytes Signed-off-by: Denys Vlasenko --- testsuite/xargs.tests | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuite/xargs.tests') diff --git a/testsuite/xargs.tests b/testsuite/xargs.tests index 17f4e7a1b..c73363038 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 -- cgit v1.2.3