Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues
From: Jonathan Nieder <hidden> Date: 2016-06-15 23:08:52
Johannes Schindelin wrote:
These two tests wanted to write file names which are incompatible with
Windows' file naming rules.
Makes sense. Ideally these would use the FUNNYNAMES prereq which
would be factored out as a lazy prereq from t3600, t4135, and t9903.
But using !MINGW is simpler and works now.
Reviewed-by: Jonathan Nieder <redacted>