Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH revised] git_mkstemps: add test suite test

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:21

worley@alum.mit.edu (Dale R. Worley) writes:
quoted
    git commit --allow-empty -m message <&-
Though as of [fb56570] "Sync with maint to grab trivial doc fixes",
that test doesn't fail for me if I revert to

		fd = open(pattern, O_CREAT | O_EXCL | O_RDWR, mode);
		if (fd > 0)
			return fd;

I haven't been watching the code changes carefully; has there been a
fix that is expected to cause that?

Dale
That is because a11c3964 (git: ensure 0/1/2 are open in main(),
2013-07-16) happened in the meantime, I think.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help