aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/backends/applications/application4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/backends/applications/application4')
-rw-r--r--tests/test_resources/backends/applications/application4/backend-config.json4
-rw-r--r--tests/test_resources/backends/applications/application4/hello_app.txt4
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/test_resources/backends/applications/application4/backend-config.json b/tests/test_resources/backends/applications/application4/backend-config.json
index d4362be..11017e4 100644
--- a/tests/test_resources/backends/applications/application4/backend-config.json
+++ b/tests/test_resources/backends/applications/application4/backend-config.json
@@ -12,9 +12,7 @@
],
"commands": {
"run": [
- "cp {application.config_dir}/hello_app.txt {system.config_dir}",
- "echo '{user_params:0}' > {system.config_dir}/params.txt",
- "cat hello_app.txt"
+ "echo {application.name}"
]
},
"user_params": {
diff --git a/tests/test_resources/backends/applications/application4/hello_app.txt b/tests/test_resources/backends/applications/application4/hello_app.txt
deleted file mode 100644
index 2ec0d1d..0000000
--- a/tests/test_resources/backends/applications/application4/hello_app.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
-SPDX-License-Identifier: Apache-2.0
-
-Hello from APP!