Fix 'make test-results' rule for Windows

This commit is contained in:
Andrew Johnson
2017-06-22 16:42:53 -05:00
parent 9d4a90ac34
commit 630b4f375d
+1 -1
View File
@@ -348,7 +348,7 @@ testspec: $(TESTSCRIPTS)
test-results: tapfiles
ifneq ($(TAPFILES),)
ifdef RUNTESTS_ENABLED
prove --failures --ext .tap --exec cat --color $(TAPFILES)
prove --failures --ext .tap --exec "$(CAT)" --color $(TAPFILES)
endif
endif