aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:56:47 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 23:56:47 -0300
commit876d9c892274aa2a0caa47c5db465517388249a7 (patch)
treeb580ce620b8a38d2afaa743839f2e75adee84d5d /test
parent294e08fa074d47063e3a83bc9f62587d39ce1d44 (diff)
downloadluarocks-876d9c892274aa2a0caa47c5db465517388249a7.tar.gz
luarocks-876d9c892274aa2a0caa47c5db465517388249a7.tar.bz2
luarocks-876d9c892274aa2a0caa47c5db465517388249a7.zip
Fix inconsistency in --homepage flag in `luarocks doc` and `luarocks write_rockspec`.
`luarocks doc` now uses --home.
Diffstat (limited to 'test')
-rwxr-xr-xtest/testing.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index fafa3831..dc72afaa 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -417,6 +417,7 @@ test_search_missing() { $luarocks search missing_rock; }
417 417
418test_show() { $luarocks show luacov; } 418test_show() { $luarocks show luacov; }
419test_show_modules() { $luarocks show --modules luacov; } 419test_show_modules() { $luarocks show --modules luacov; }
420test_show_home() { $luarocks show --home luacov; }
420test_show_depends() { need_luasocket; $luarocks install $luasec && $luarocks show luasec; } 421test_show_depends() { need_luasocket; $luarocks install $luasec && $luarocks show luasec; }
421test_show_oldversion() { $luarocks install luacov ${version_luacov} && $luarocks show luacov ${version_luacov}; } 422test_show_oldversion() { $luarocks install luacov ${version_luacov} && $luarocks show luacov ${version_luacov}; }
422 423