diff options
Diffstat (limited to 'test/end-to-end/build-fails/TARGETS')
-rw-r--r-- | test/end-to-end/build-fails/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/build-fails/TARGETS b/test/end-to-end/build-fails/TARGETS index 991c1770..6aa6ada1 100644 --- a/test/end-to-end/build-fails/TARGETS +++ b/test/end-to-end/build-fails/TARGETS @@ -2,7 +2,7 @@ { "type": ["@", "rules", "shell/test", "script"] , "name": ["single_fail_dep"] , "test": ["single_fail_dep.sh"] - , "deps": [["end-to-end", "tool-under-test"]] + , "deps": [["", "tool-under-test"]] } , "TESTS": {"type": "install", "tainted": ["test"], "deps": ["single_fail_dep"]} |