From cb2f3039633f09e99dc99d03301ef6d57bb33a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 29 Oct 2016 17:41:27 +0300 Subject: Fix broken test on OSX --- test/core_deps.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index b89b885..174147b 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -123,12 +123,12 @@ core-deps-apps-build-count: build clean $i "Create a new application app_one" $t $(MAKE) -C $(APP) new-app in=app_one $v $t echo "all::" >> $(APP)/apps/app_one/Makefile - $t echo " @echo -n '#' >> count" >> $(APP)/apps/app_one/Makefile + $t echo " @printf '#' >> count" >> $(APP)/apps/app_one/Makefile $i "Create a new application app_two" $t $(MAKE) -C $(APP) new-app in=app_two $v $t echo "all::" >> $(APP)/apps/app_two/Makefile - $t echo " @echo -n '#' >> count" >> $(APP)/apps/app_two/Makefile + $t echo " @printf '#' >> count" >> $(APP)/apps/app_two/Makefile $i "Build the application" $t $(MAKE) -C $(APP) $v -- cgit v1.2.3