diff options
Diffstat (limited to 'test/end-to-end/user-errors/TARGETS')
-rw-r--r-- | test/end-to-end/user-errors/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/user-errors/TARGETS b/test/end-to-end/user-errors/TARGETS index 4a3c4e90..e52e7c5a 100644 --- a/test/end-to-end/user-errors/TARGETS +++ b/test/end-to-end/user-errors/TARGETS @@ -2,13 +2,13 @@ { "type": ["@", "rules", "shell/test", "script"] , "name": ["flat-stage"] , "test": ["flat-stage.sh"] - , "deps": [["end-to-end", "tool-under-test"]] + , "deps": [["", "tool-under-test"]] } , "json-errors": { "type": ["@", "rules", "shell/test", "script"] , "name": ["json-errors"] , "test": ["json-errors.sh"] - , "deps": [["end-to-end", "tool-under-test"]] + , "deps": [["", "tool-under-test"]] } , "TESTS": { "type": "install" |