xargs: code shrink -15 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-13 03:43:43 +02:00
parent d2d327db6d
commit d5fa1a0f49
2 changed files with 80 additions and 81 deletions

View File

@@ -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