diff options
Diffstat (limited to 'tests/integration/tftp-map')
-rw-r--r-- | tests/integration/tftp-map | 4 |
1 files changed, 2 insertions, 2 deletions
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 |