diff options
Diffstat (limited to 'tests/xargs.test')
-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 |