On Sat, Oct 5, 2024 at 2:44 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > ... The test is > > disabled for MINGW because hangs treated with this patch occur only for > > Darwin and there is no simple way to terminate the win32 fsmonitor > > daemon that hangs. > > ... > > @@ t/t7527-builtin-fsmonitor.sh: test_expect_success "submodule absorbgitdirs impli > > + done > > +} > > + > > -+test_expect_success "submodule implicitly starts daemon by pull" ' > > ++test_expect_success !MINGW "submodule implicitly starts daemon by pull" ' > > + test_atexit "stop_watchdog" && > > + test_when_finished "stop_git; rm -rf cloned super sub" && > > + > > Let me update !MINGW to !WINDOWS while queuing. I see, Thank you. Koji Nakamaru