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 305168c8..5269e42a 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -458,6 +458,7 @@ test_purge_oldversions() { $luarocks purge --old-versions --tree="$testing_sys_t
458 458
459test_remove() { $luarocks build abelhas ${version_abelhas} && $luarocks remove abelhas ${version_abelhas}; } 459test_remove() { $luarocks build abelhas ${version_abelhas} && $luarocks remove abelhas ${version_abelhas}; }
460test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } 460test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; }
461test_remove_force_fast() { need_luasocket; $luarocks build lualogging && $luarocks remove --force-fast luasocket; }
461fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } 462fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; }
462fail_remove_missing() { $luarocks remove missing_rock; } 463fail_remove_missing() { $luarocks remove missing_rock; }
463fail_remove_invalid_name() { $luarocks remove invalid.rock; } 464fail_remove_invalid_name() { $luarocks remove invalid.rock; }