aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_download_cert_test.sh
diff options
context:
space:
mode:
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")