test: fix typo in informational message

Thanks to Olly Betts for noticing
This commit is contained in:
David Bremner 2016-01-29 07:53:12 -04:00
parent 8d3d92bd8e
commit e2b7bd9bac

View file

@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES)
test: all test-binaries
ifeq ($V,)
@echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.'
@echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.'
@env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)
else
# The user has explicitly enabled quiet execution.