On Tue, May 24, 2016 at 9:44 AM, Armin Kunaschik <megabr...@googlemail.com> wrote: > t7610-mergetool.sh fails on systems without mktemp. > > mktemp is used in git-mergetool.sh and throws an error when it's not > available. > error: mktemp is needed when 'mergetool.writeToTemp' is true > > I see 2 options: > 1. code around it, write an own mktemp, maybe use the test-mktemp as a basis. > 2. disable the test when mktemp is not available
3. find and install mktemp? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html