aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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; }