Home | History | Annotate | Download | only in tests

Lines Matching refs:two

9 	"one two three four\n" "" "one two\tthree  \nfour\n\n"
13 testing "xargs -n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
14 testing "xargs -n exact match" "xargs -n 3" "one two three\n" "" "one two three"
15 testing "xargs2" "xargs -n2" "one two\nthree four\nfive\n" "" \
16 "one two three four five"
18 "one\ntwo\nok\n" "" "one two three"
19 testing "xargs -s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
22 touch one two three
24 "one two three"
25 rm one two three