From e4214ea95874bdd5bc059d0892f90c09df7b664d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 5 Jun 2023 11:16:34 +0200 Subject: Add a test verifying that no working directory is needed --- test/end-to-end/cli/TARGETS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/cli/TARGETS') diff --git a/test/end-to-end/cli/TARGETS b/test/end-to-end/cli/TARGETS index b45a0f10..9439767b 100644 --- a/test/end-to-end/cli/TARGETS +++ b/test/end-to-end/cli/TARGETS @@ -4,5 +4,12 @@ , "test": ["defaults.sh"] , "deps": [["end-to-end", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["defaults"]} +, "pwd": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["pwd"] + , "test": ["pwd.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["defaults", "pwd"]} } -- cgit v1.2.3