aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Chu <andychu@google.com>2016-03-17 12:02:55 -0700
committerRob Landley <rob@landley.net>2016-03-17 14:14:22 -0500
commit68d71327739467c6a2980ddd1f5bf42d02c213ca (patch)
treebb20f0e16815967e255563249b7007ec970d894e /tests
parent516f3d620fd1b8f0813b48c1154fc60d98c17be8 (diff)
downloadtoybox-68d71327739467c6a2980ddd1f5bf42d02c213ca.tar.gz
Remove 'exit' from xargs test too.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/xargs.test10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/xargs.test b/tests/xargs.test
index c99de403..966bc5db 100755
--- a/tests/xargs.test
+++ b/tests/xargs.test
@@ -24,12 +24,10 @@ testing "command -opt" "xargs -n2 ls -1" "one\ntwo\nthree\n" "" \
"one two three"
rm one two three
-exit
-
-testing "-n exact match"
-testing "-s exact match"
-testing "-s 0"
-testing "-s impossible"
+#testing "-n exact match"
+#testing "-s exact match"
+#testing "-s 0"
+#testing "-s impossible"
# xargs command_not_found - returns 127
# xargs false - returns 1