Thread (42 messages) flat view 42 messages, 5 authors, 2016-06-15

Re: [PATCHv2 2/5] t5512 (ls-remote): modernize style

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:12

Tom Grennan [off-list ref] writes:
 test_expect_success 'confuses pattern as remote when no remote specified' '
+	'"
+	cat >exp <<-EOF
+		fatal: 'refs*master' does not appear to be a git repository
+		fatal: The remote end hung up unexpectedly
+	EOF
+	"'
Please make it a habit to make your test script a cascade of &&, i.e.

	... remote specified' '
	cat >exp <<-\EOF &&
        fatal: '\''refs*master'\'' does not ...
	...
        EOF

No need to resend; I'll fix it up locally.        

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