Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: $PATH pollution and t9902-completion.sh

From: Jeff King <hidden>
Date: 2016-06-15 22:55:34

Possibly related (same subject, not in this thread)

On Thu, Dec 20, 2012 at 11:55:45AM -0800, Junio C Hamano wrote:
The beginning of such a change may look like the attached patch.
[...]
+test_fully_contains () {
+	sort "$1" >expect.sorted &&
+	sort "$2" >actual.sorted &&
+	test $(comm -23 expect.sorted actual.sorted | wc -l) = 0
+}
I like the direction. I suspect test_fully_contains could be used in a
lot of other places, too.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help