aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/systems/system4/backend-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/systems/system4/backend-config.json')
-rw-r--r--tests/test_resources/backends/systems/system4/backend-config.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/test_resources/backends/systems/system4/backend-config.json b/tests/test_resources/backends/systems/system4/backend-config.json
deleted file mode 100644
index daa4025..0000000
--- a/tests/test_resources/backends/systems/system4/backend-config.json
+++ /dev/null
@@ -1,15 +0,0 @@
-[
- {
- "name": "System 4",
- "description": "This is system 4",
- "commands": {
- "run": [
- "echo {system.name}",
- "{application.commands.run:0}"
- ]
- },
- "user_params": {
- "run": []
- }
- }
-]