From c99a169c214f6adcb11c7a7963e22a3611230364 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Feb 2019 15:54:30 +0300 Subject: Fix integration test Make it aware of the sleep testscript builtin and the agent instance number. --- tests/integration/tftp-map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/integration/tftp-map') diff --git a/tests/integration/tftp-map b/tests/integration/tftp-map index 5371277..54595ab 100644 --- a/tests/integration/tftp-map +++ b/tests/integration/tftp-map @@ -7,5 +7,5 @@ # agent: test/agent/ # worker: test/worker/ # -Gr ^/?(.+)$ /test/agent/build/default/get/\1 -Pr ^/?(.+)$ /test/agent/build/default/put/\1 +Gr ^/?(.+)$ /test/agent/build/default-1/get/\1 +Pr ^/?(.+)$ /test/agent/build/default-1/put/\1 -- cgit v1.1