aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-26 16:53:44 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-26 16:53:44 -0200
commit1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a (patch)
tree7750ab566b4c07b79e3e5aede5f59b2872f98717 /test
parent8bbf02e239ad62248f1b13af6fbc93ff84469831 (diff)
downloadluarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.tar.gz
luarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.tar.bz2
luarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.zip
Add test for #295.
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 dc7ba680..9a8fd412 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -395,6 +395,7 @@ test_purge() { $luarocks purge --tree="$testing_sys_tree"; }
395test_remove() { $luarocks build luacov ${version_luacov} && $luarocks remove luacov ${version_luacov}; } 395test_remove() { $luarocks build luacov ${version_luacov} && $luarocks remove luacov ${version_luacov}; }
396test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } 396test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; }
397fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } 397fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; }
398fail_remove_missing() { $luarocks remove missing_rock; }
398fail_remove_invalid_name() { $luarocks remove invalid.rock; } 399fail_remove_invalid_name() { $luarocks remove invalid.rock; }
399 400
400test_search_found() { $luarocks search zlib; } 401test_search_found() { $luarocks search zlib; }