diff options
Diffstat (limited to 'test/testing.sh')
-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 95b3243c..305168c8 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -449,6 +449,7 @@ test_path() { $luarocks path --bin; } | |||
449 | test_path_lr_path() { $luarocks path --lr-path; } | 449 | test_path_lr_path() { $luarocks path --lr-path; } |
450 | test_path_lr_cpath() { $luarocks path --lr-cpath; } | 450 | test_path_lr_cpath() { $luarocks path --lr-cpath; } |
451 | test_path_lr_bin() { $luarocks path --lr-bin; } | 451 | test_path_lr_bin() { $luarocks path --lr-bin; } |
452 | test_path_with_tree() { $luarocks path --tree=lua_modules; } | ||
452 | 453 | ||
453 | fail_purge_missing_tree() { $luarocks purge --tree="$testing_tree"; } | 454 | fail_purge_missing_tree() { $luarocks purge --tree="$testing_tree"; } |
454 | fail_purge_tree_notstring() { $luarocks purge --tree=1; } | 455 | fail_purge_tree_notstring() { $luarocks purge --tree=1; } |