diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-11-26 16:53:44 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-11-26 16:53:44 -0200 |
commit | 1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a (patch) | |
tree | 7750ab566b4c07b79e3e5aede5f59b2872f98717 /test | |
parent | 8bbf02e239ad62248f1b13af6fbc93ff84469831 (diff) | |
download | luarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.tar.gz luarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.tar.bz2 luarocks-1a1c4072bfab69e5fbd34f1d9ea1f80b431e9c0a.zip |
Add test for #295.
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 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; } |