blob: 837794db69363e46dc606b98d5f112acfd54d263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : tests/integration/tftp-map
# copyright : Copyright (c) 2014-2017 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/get/\1
Pr ^/?(.+)$ /test/agent/build/default/put/\1
|