diff options
| -rwxr-xr-x | test/testing.sh | 1 |
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"; } | |||
| 395 | test_remove() { $luarocks build luacov ${version_luacov} && $luarocks remove luacov ${version_luacov}; } | 395 | test_remove() { $luarocks build luacov ${version_luacov} && $luarocks remove luacov ${version_luacov}; } |
| 396 | test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } | 396 | test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } |
| 397 | fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } | 397 | fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } |
| 398 | fail_remove_missing() { $luarocks remove missing_rock; } | ||
| 398 | fail_remove_invalid_name() { $luarocks remove invalid.rock; } | 399 | fail_remove_invalid_name() { $luarocks remove invalid.rock; } |
| 399 | 400 | ||
| 400 | test_search_found() { $luarocks search zlib; } | 401 | test_search_found() { $luarocks search zlib; } |
