diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-12-08 19:28:49 +0000 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-01-25 13:27:41 +0000 |
commit | a921474d0731e03e1e9e788ec3905d99ec0754ea (patch) | |
tree | 1ca69b1cbb5c18ac6a7db26c1626c19e0bf4c5eb /tests/frontend/overlaps/two.bst | |
parent | 24b730f8e16b13343b3955ffa01462a0fbf6a2df (diff) | |
download | buildstream-a921474d0731e03e1e9e788ec3905d99ec0754ea.tar.gz |
tests: Move test_overlaps test files
This was done so that the files can be re-used with different
project.conf.
Diffstat (limited to 'tests/frontend/overlaps/two.bst')
-rw-r--r-- | tests/frontend/overlaps/two.bst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/overlaps/two.bst b/tests/frontend/overlaps/two.bst index 21366506c..14686b875 100644 --- a/tests/frontend/overlaps/two.bst +++ b/tests/frontend/overlaps/two.bst @@ -4,4 +4,4 @@ config: target: / sources: - kind: local - path: two + path: "../two" |