diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-06 15:37:40 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-06 15:37:40 +0900 |
commit | 507ad47481ce7369a202077ab291eb0ba743c517 (patch) | |
tree | cde9d2b848da42172f310ea83beda95be720ed6c /tests | |
parent | fe2756be6ec420a624fd67075bfbac314b764511 (diff) | |
download | buildstream-507ad47481ce7369a202077ab291eb0ba743c517.tar.gz |
tests/sources/tar.py: Removing some unused test data
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sources/tar/basic/project.conf | 2 | ||||
-rw-r--r-- | tests/sources/tar/basic/target.bst | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/sources/tar/basic/project.conf b/tests/sources/tar/basic/project.conf deleted file mode 100644 index afa0f5475..000000000 --- a/tests/sources/tar/basic/project.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Basic project -name: foo diff --git a/tests/sources/tar/basic/target.bst b/tests/sources/tar/basic/target.bst deleted file mode 100644 index 1f3c3e13b..000000000 --- a/tests/sources/tar/basic/target.bst +++ /dev/null @@ -1,6 +0,0 @@ -kind: foo -description: The kind of this element is irrelevant. -sources: -- kind: tar - url: http://www.example.com - ref: foo |