From 66a6e5186ffd12679b8c3ca6980e11efd74d2f00 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 Feb 2023 15:15:59 +0100 Subject: test: Add tests for reading in Git proxy settings --- test/other_tools/git_operations/TARGETS | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'test/other_tools/git_operations/TARGETS') diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index 4b4c43ee..8515d680 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -56,13 +56,26 @@ } , "git_config_ssl": { "type": ["@", "rules", "shell/test", "script"] + , "tainted": ["test"] , "name": ["git_config_ssl"] , "test": ["git_config_ssl.sh"] , "deps": ["git_config_run"] } +, "git_config_proxy": + { "type": ["@", "rules", "shell/test", "script"] + , "tainted": ["test"] + , "name": ["git_config_proxy"] + , "test": ["git_config_proxy.sh"] + , "deps": ["git_config_run"] + } , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["critical_git_ops_mp", "git_repo_remote", "git_config_ssl"] + , "deps": + [ "critical_git_ops_mp" + , "git_repo_remote" + , "git_config_ssl" + , "git_config_proxy" + ] } } -- cgit v1.2.3