From f27c03e1744351a0d23dc68074a6aaf15cc57082 Mon Sep 17 00:00:00 2001 From: kilo52 Date: Fri, 10 Jan 2025 14:36:17 +0100 Subject: [PATCH] Fixed wrong file name in test case. --- tests/test_func_js_server-nodejs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_func_js_server-nodejs.sh b/tests/test_func_js_server-nodejs.sh index 9544614..16ec978 100644 --- a/tests/test_func_js_server-nodejs.sh +++ b/tests/test_func_js_server-nodejs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 Raven Computing +# Copyright (C) 2025 Raven Computing # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ function test_functionality_result() { files+=("package.json"); files+=("app.js"); files+=("public/index.html"); - files+=("run.sh"); + files+=("test.sh"); files+=(".docker/controls.sh"); files+=(".docker/Dockerfile-run"); files+=(".docker/entrypoint.sh");