aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_download_cert_test.sh
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:14:25 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-19 00:14:25 +0100
commita9ebc3b434b7979163fdf83984b32f1e513dacb8 (patch)
treec801a98f44689669c905e833371fa539f4934a1f /tests/run_download_cert_test.sh
parentbdc2305c2376c8b6697b6ecfecce104c956bdfcf (diff)
downloadBobinkCOpcUa-a9ebc3b434b7979163fdf83984b32f1e513dacb8.tar.gz
BobinkCOpcUa-a9ebc3b434b7979163fdf83984b32f1e513dacb8.zip
Rename client executable to bobink_opcua_client
Diffstat (limited to 'tests/run_download_cert_test.sh')
-rwxr-xr-xtests/run_download_cert_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_download_cert_test.sh b/tests/run_download_cert_test.sh
index 7dd7dfd..f60cd20 100755
--- a/tests/run_download_cert_test.sh
+++ b/tests/run_download_cert_test.sh
@@ -40,7 +40,7 @@ wait_for_port "$LDS_PORT" "$LDS_PID" "bobink_opcua_discovery_server"
TMPFILE=$(mktemp)
DOWNLOADED_CERT=$(mktemp --suffix=.der)
-build/client "$CONFIG_DIR/client.conf" download-cert "opc.tcp://localhost:$LDS_PORT" "$DOWNLOADED_CERT" >"$TMPFILE" 2>&1
+build/bobink_opcua_client "$CONFIG_DIR/client.conf" download-cert "opc.tcp://localhost:$LDS_PORT" "$DOWNLOADED_CERT" >"$TMPFILE" 2>&1
DC_RC=$?
DC_OUTPUT=$(<"$TMPFILE")