diff options
Diffstat (limited to 'test/testing.sh')
-rwxr-xr-x | test/testing.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh index b3c85191..becaa14f 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -346,6 +346,8 @@ fail_lint_invalid() { $luarocks lint invalid; } | |||
346 | fail_show_invalid() { $luarocks show invalid; } | 346 | fail_show_invalid() { $luarocks show invalid; } |
347 | fail_new_version_invalid() { $luarocks new_version invalid; } | 347 | fail_new_version_invalid() { $luarocks new_version invalid; } |
348 | 348 | ||
349 | fail_inexistent_dir() { mkdir idontexist; cd idontexist; rmdir ../idontexist; $luarocks; err=$?; cd ..; return $err; } | ||
350 | |||
349 | fail_make_norockspec() { $luarocks make; } | 351 | fail_make_norockspec() { $luarocks make; } |
350 | 352 | ||
351 | fail_build_blank_arg() { $luarocks build --tree="" lpeg; } | 353 | fail_build_blank_arg() { $luarocks build --tree="" lpeg; } |