From 68d71327739467c6a2980ddd1f5bf42d02c213ca Mon Sep 17 00:00:00 2001 From: Andy Chu Date: Thu, 17 Mar 2016 12:02:55 -0700 Subject: Remove 'exit' from xargs test too. --- tests/xargs.test | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3