aboutsummaryrefslogtreecommitdiff
path: root/spec/remove_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-09-03 17:48:03 +0200
committerHisham Muhammad <hisham@gobolinux.org>2018-09-04 18:11:12 +0200
commitb8abb27f98e3c674bd3bca4944a53d10a1a2025d (patch)
treed66cc0f63a0b82591e799a50fed2c99ecfd00863 /spec/remove_spec.lua
parentc2fde487834c6d7505d7e803256e8764237d4476 (diff)
downloadluarocks-b8abb27f98e3c674bd3bca4944a53d10a1a2025d.tar.gz
luarocks-b8abb27f98e3c674bd3bca4944a53d10a1a2025d.tar.bz2
luarocks-b8abb27f98e3c674bd3bca4944a53d10a1a2025d.zip
Tests: add test cases for rocks with conflicting module names
This tests the behavior of upgrades and downgrades on rocks that deploy both foo.lua and foo.so
Diffstat (limited to 'spec/remove_spec.lua')
-rw-r--r--spec/remove_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua
index f43b55c6..cc9eb599 100644
--- a/spec/remove_spec.lua
+++ b/spec/remove_spec.lua
@@ -6,7 +6,7 @@ local testing_paths = test_env.testing_paths
6test_env.unload_luarocks() 6test_env.unload_luarocks()
7 7
8local extra_rocks = { 8local extra_rocks = {
9 "/abelhas-1.1-1.rockspec", 9 "/abelhas-1.1-1.src.rock",
10 "/copas-2.0.1-1.src.rock", 10 "/copas-2.0.1-1.src.rock",
11 "/coxpcall-1.16.0-1.src.rock", 11 "/coxpcall-1.16.0-1.src.rock",
12 "/coxpcall-1.16.0-1.rockspec" 12 "/coxpcall-1.16.0-1.rockspec"