Home | History | Annotate | Download | only in tests

Lines Matching refs:three

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