diff options
| author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-10 20:42:12 +0300 |
|---|---|---|
| committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-10 20:42:12 +0300 |
| commit | 8915604a681c997166dbb163fc6e8a0e4e1de1fe (patch) | |
| tree | bce5b5d8d765e867db2b9e2821417100060666aa /test | |
| parent | 66fa084686eb344fc960ea6e4008ed1419afe5ce (diff) | |
| download | luarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.tar.gz luarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.tar.bz2 luarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.zip | |
Rename broken --force=fast to --force-fast
Diffstat (limited to 'test')
| -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 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 | ||
| 459 | test_remove() { $luarocks build abelhas ${version_abelhas} && $luarocks remove abelhas ${version_abelhas}; } | 459 | test_remove() { $luarocks build abelhas ${version_abelhas} && $luarocks remove abelhas ${version_abelhas}; } |
| 460 | test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } | 460 | test_remove_force() { need_luasocket; $luarocks build lualogging && $luarocks remove --force luasocket; } |
| 461 | test_remove_force_fast() { need_luasocket; $luarocks build lualogging && $luarocks remove --force-fast luasocket; } | ||
| 461 | fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } | 462 | fail_remove_deps() { need_luasocket; $luarocks build lualogging && $luarocks remove luasocket; } |
| 462 | fail_remove_missing() { $luarocks remove missing_rock; } | 463 | fail_remove_missing() { $luarocks remove missing_rock; } |
| 463 | fail_remove_invalid_name() { $luarocks remove invalid.rock; } | 464 | fail_remove_invalid_name() { $luarocks remove invalid.rock; } |
