Junio C Hamano <gitster@xxxxxxxxx> writes: > Ah, I had to do this: > > $ cd t && make SHELL=/bin/dash check-meson > > to make it fail. Sorry for the noise. And $ make SHELL=/bin/dash test does not seem to pass SHELL=/bin/dash down when it does this part of the Makefile test: all $(MAKE) -C t/ all at the top level. Oh well.