blob: 537127727bdc41abb8abc688735478e4585fae26 (
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/get/\1
Pr ^/?(.+)$ /test/agent/build/default/put/\1
|