aboutsummaryrefslogtreecommitdiff
path: root/tests/dir-iterator
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-23 20:52:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-23 20:52:51 +0300
commit122781fb093a46804d33b26e01233925ba4cd965 (patch)
tree43a45fcab826a0d4c22ab31ae7c9ceedbbcac77f /tests/dir-iterator
parentfd72f7f1ab0e93a4dd885323d0416938c6a4914e (diff)
Quote path values when assigned to test.arguments
Diffstat (limited to 'tests/dir-iterator')
-rw-r--r--tests/dir-iterator/buildfile2
1 files changed, 1 insertions, 1 deletions
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/