blob: 54595ab6bf0e55d951a25185823c6171e18a6295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : tests/integration/tftp-map
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Test working directories relative to out_base:
#
# agent: test/agent/
# worker: test/worker/
#
Gr ^/?(.+)$ /test/agent/build/default-1/get/\1
Pr ^/?(.+)$ /test/agent/build/default-1/put/\1
|