diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2018-08-23 13:33:36 +0100 |
---|---|---|
committer | Jim MacArthur <jim.macarthur@codethink.co.uk> | 2018-08-24 10:51:27 +0100 |
commit | 01fe504b422058905fe94bb5c4a66b6f58db5bed (patch) | |
tree | 60052e31a1ee9fba76ace4a0696a9767f57d208f | |
parent | e1ed09aaed1eb43fb25ffbb7db7cee7bc877ab69 (diff) | |
download | buildstream-01fe504b422058905fe94bb5c4a66b6f58db5bed.tar.gz |
tar tests: Add tarball which contains a read-only dir
-rw-r--r-- | tests/sources/tar/read-only/content/a.tar.gz | bin | 0 -> 10240 bytes | |||
-rw-r--r-- | tests/sources/tar/read-only/target.bst | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/sources/tar/read-only/content/a.tar.gz b/tests/sources/tar/read-only/content/a.tar.gz Binary files differnew file mode 100644 index 000000000..70922627b --- /dev/null +++ b/tests/sources/tar/read-only/content/a.tar.gz diff --git a/tests/sources/tar/read-only/target.bst b/tests/sources/tar/read-only/target.bst new file mode 100644 index 000000000..ad413a2f4 --- /dev/null +++ b/tests/sources/tar/read-only/target.bst @@ -0,0 +1,6 @@ +kind: import +description: The kind of this element is irrelevant. +sources: +- kind: tar + url: tmpdir:/a.tar.gz + ref: foo |