diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-13 03:43:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-13 03:43:43 +0200 |
commit | d5fa1a0f49c4872f614a4674922f4362b114fece (patch) | |
tree | 64d0af64712f546499a165f5997b569ed890d9ee /testsuite/xargs.tests | |
parent | d2d327db6d38d5a6e8e253c54d3e97466ce3bc79 (diff) | |
download | busybox-w32-d5fa1a0f49c4872f614a4674922f4362b114fece.tar.gz busybox-w32-d5fa1a0f49c4872f614a4674922f4362b114fece.tar.bz2 busybox-w32-d5fa1a0f49c4872f614a4674922f4362b114fece.zip |
xargs: code shrink -15 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 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)" \ | |||
26 | "a _ b\n" \ | 26 | "a _ b\n" \ |
27 | "" "a\n_\nb\n" | 27 | "" "a\n_\nb\n" |
28 | 28 | ||
29 | testing "xargs -s7 can take one-char input" \ | ||
30 | "xargs -s7" \ | ||
31 | "a\n" \ | ||
32 | "" "a\n" | ||
33 | |||
29 | exit $FAILCOUNT | 34 | exit $FAILCOUNT |