Fix test compile issue

Change-Id: Ic6d890b71dc3a74a9c94c412b42f82094cc2b621
diff --git a/tests/ivi-layout-test.c b/tests/ivi-layout-test.c
index b8074cf..337269f 100644
--- a/tests/ivi-layout-test.c
+++ b/tests/ivi-layout-test.c
@@ -252,7 +252,7 @@
 
 	launcher->compositor = compositor;
 	launcher->layout_interface = iface;
-	snprintf(launcher->exe, sizeof launcher->exe, path);
+	snprintf(launcher->exe, sizeof launcher->exe, "%s", path);
 
 	if (wl_global_create(compositor->wl_display,
 			     &weston_test_runner_interface, 1,