diff options
author | Andy Chu <andychu@google.com> | 2016-03-17 12:02:55 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-03-17 14:14:22 -0500 |
commit | 68d71327739467c6a2980ddd1f5bf42d02c213ca (patch) | |
tree | bb20f0e16815967e255563249b7007ec970d894e | |
parent | 516f3d620fd1b8f0813b48c1154fc60d98c17be8 (diff) | |
download | toybox-68d71327739467c6a2980ddd1f5bf42d02c213ca.tar.gz |
Remove 'exit' from xargs test too.
-rwxr-xr-x | tests/xargs.test | 10 |
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 |