From 122781fb093a46804d33b26e01233925ba4cd965 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Nov 2016 20:52:51 +0300 Subject: Quote path values when assigned to test.arguments --- tests/dir-iterator/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dir-iterator') diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index 5c8736e..6c8bd12 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -3,6 +3,6 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} -exe{driver}: test.arguments = $src_root +exe{driver}: test.arguments = "$src_root" include ../../butl/ -- cgit v1.1