aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-05-10 20:42:12 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-05-10 20:42:12 +0300
commit8915604a681c997166dbb163fc6e8a0e4e1de1fe (patch)
treebce5b5d8d765e867db2b9e2821417100060666aa /test
parent66fa084686eb344fc960ea6e4008ed1419afe5ce (diff)
downloadluarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.tar.gz
luarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.tar.bz2
luarocks-8915604a681c997166dbb163fc6e8a0e4e1de1fe.zip
Rename broken --force=fast to --force-fast
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; }