Brandon Williams <bmwill@xxxxxxxxxx> writes: > On 12/01, Johannes Sixt wrote: >> Am 01.12.2016 um 02:28 schrieb Brandon Williams: >> >+ git init "su:b" && >> >> Don't do that. Colons in file names won't work on Windows. >> >> -- Hannes >> > > This test is needed to see if the code still works with filenames that > contain colons. Is there a way to mark the test to not run on windows? Something like: test_expect_success !MINGW 'a test' ' git init s:u:b '