diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-02 13:12:17 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-04-11 14:38:06 -0300 |
commit | fa3f92059c51cbcdf26df9a010f5eadd11a9567d (patch) | |
tree | b5d63cef8464be6cd98d33575f6fa6220413f87a /spec/fixtures/a_repo/manifest-5.2 | |
parent | 4941a48407f08544c5517542ffc11b0c26fd4236 (diff) | |
download | luarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.tar.gz luarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.tar.bz2 luarocks-fa3f92059c51cbcdf26df9a010f5eadd11a9567d.zip |
Tests: add test for namespaced install
Diffstat (limited to 'spec/fixtures/a_repo/manifest-5.2')
-rw-r--r-- | spec/fixtures/a_repo/manifest-5.2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/manifest-5.2 b/spec/fixtures/a_repo/manifest-5.2 new file mode 100644 index 00000000..ea198207 --- /dev/null +++ b/spec/fixtures/a_repo/manifest-5.2 | |||
@@ -0,0 +1,14 @@ | |||
1 | commands = {} | ||
2 | modules = {} | ||
3 | repository = { | ||
4 | a_rock = { | ||
5 | ["1.0-1"] = { | ||
6 | { | ||
7 | arch = "src" | ||
8 | }, | ||
9 | { | ||
10 | arch = "rockspec" | ||
11 | } | ||
12 | } | ||
13 | } | ||
14 | } | ||