summaryrefslogtreecommitdiff
path: root/testsuite/xargs.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/xargs.tests')
-rwxr-xr-xtestsuite/xargs.tests5
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
29testing "xargs -s7 can take one-char input" \
30 "xargs -s7" \
31 "a\n" \
32 "" "a\n"
33
29exit $FAILCOUNT 34exit $FAILCOUNT