aboutsummaryrefslogtreecommitdiff
path: root/test/testing.sh
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:28:03 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-06-29 21:28:03 -0300
commit978abafcd957544c539dbc72057a243885eb50e9 (patch)
tree40a14c40b25427cbf2abef56198e502ae27f2dd0 /test/testing.sh
parent0601f27c2371c9f19c4175f866f7babfcabb7277 (diff)
parent1eccb0385c6bef170ceee86a6415d7442c28699d (diff)
downloadluarocks-978abafcd957544c539dbc72057a243885eb50e9.tar.gz
luarocks-978abafcd957544c539dbc72057a243885eb50e9.tar.bz2
luarocks-978abafcd957544c539dbc72057a243885eb50e9.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to 'test/testing.sh')
-rwxr-xr-xtest/testing.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index 4338e48f..c43b4d52 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -492,6 +492,7 @@ test_deps_mode_make_order_sys() { $luarocks build --tree="$testing_tree" lpeg &&
492 492
493test_write_rockspec() { $luarocks write_rockspec git://github.com/keplerproject/luarocks; } 493test_write_rockspec() { $luarocks write_rockspec git://github.com/keplerproject/luarocks; }
494test_write_rockspec_lib() { $luarocks write_rockspec git://github.com/mbalmer/luafcgi --lib=fcgi --license="3-clause BSD" --lua-version=5.1,5.2; } 494test_write_rockspec_lib() { $luarocks write_rockspec git://github.com/mbalmer/luafcgi --lib=fcgi --license="3-clause BSD" --lua-version=5.1,5.2; }
495test_write_rockspec_format() { $luarocks write_rockspec git://github.com/keplerproject/luarocks --rockspec-format=1.1 --lua-version=5.1,5.2; }
495test_write_rockspec_fullargs() { $luarocks write_rockspec git://github.com/keplerproject/luarocks --lua-version=5.1,5.2 --license="MIT/X11" --homepage="http://www.luarocks.org" --summary="A package manager for Lua modules"; } 496test_write_rockspec_fullargs() { $luarocks write_rockspec git://github.com/keplerproject/luarocks --lua-version=5.1,5.2 --license="MIT/X11" --homepage="http://www.luarocks.org" --summary="A package manager for Lua modules"; }
496fail_write_rockspec_args() { $luarocks write_rockspec invalid; } 497fail_write_rockspec_args() { $luarocks write_rockspec invalid; }
497fail_write_rockspec_args_url() { $luarocks write_rockspec http://example.com/invalid.zip; } 498fail_write_rockspec_args_url() { $luarocks write_rockspec http://example.com/invalid.zip; }