From 1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 26 Nov 2014 16:53:44 -0200 Subject: Add test for #295. --- test/testing.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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"; } test_remove() { $luarocks build luacov ${version_luacov} && $luarocks remove luacov ${version_luacov}; } test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } +fail_remove_missing() { $luarocks remove missing_rock; } fail_remove_invalid_name() { $luarocks remove invalid.rock; } test_search_found() { $luarocks search zlib; } -- cgit v1.2.3-55-g6feb