diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-16 16:20:34 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-17 16:27:50 +0100 |
commit | 307da10caa951c5e8d6d6f256ee3d81a66ed6bb3 (patch) | |
tree | ad5fcf8650d46957b362326a6956f4c290c2ced8 /test/other_tools/git_operations/TARGETS | |
parent | ae8db3f7484e5b6e7ef6b0f0f9243d84820c2236 (diff) | |
download | justbuild-307da10caa951c5e8d6d6f256ee3d81a66ed6bb3.tar.gz |
tests: Add proper quoting when system calling the shell
Diffstat (limited to 'test/other_tools/git_operations/TARGETS')
-rw-r--r-- | test/other_tools/git_operations/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index 579bffdd..266cba1f 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -10,6 +10,7 @@ , ["src/buildtool/file_system", "file_system_manager"] , ["src/other_tools/ops_maps", "critical_git_op_map"] , ["src/buildtool/execution_api/common", "common"] + , ["test/utils", "shell_quoting"] ] , "stage": ["test", "other_tools", "git_operations"] } |