aboutsummaryrefslogtreecommitdiff
path: root/test/testing.sh
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-05-03 16:03:13 -0300
committerHisham Muhammad <hisham@gobolinux.org>2016-05-03 16:03:13 -0300
commit0570e78df16135059ff5408f58407b367d276b39 (patch)
treea3b5048cd82e7880feb51f647a02a38c0f4a9b84 /test/testing.sh
parent09da2f695b3e531e8bc88082e9f06f3875685cab (diff)
parent05c1c8b0699d5ac8a85a844332d6b6ae0dff0c89 (diff)
downloadluarocks-0570e78df16135059ff5408f58407b367d276b39.tar.gz
luarocks-0570e78df16135059ff5408f58407b367d276b39.tar.bz2
luarocks-0570e78df16135059ff5408f58407b367d276b39.zip
Merge pull request #543 from ryanplusplus/SupportTreeArgumentForPathCommand
Add support for the --tree argument to the path command
Diffstat (limited to 'test/testing.sh')
-rwxr-xr-xtest/testing.sh1
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; }
449test_path_lr_path() { $luarocks path --lr-path; } 449test_path_lr_path() { $luarocks path --lr-path; }
450test_path_lr_cpath() { $luarocks path --lr-cpath; } 450test_path_lr_cpath() { $luarocks path --lr-cpath; }
451test_path_lr_bin() { $luarocks path --lr-bin; } 451test_path_lr_bin() { $luarocks path --lr-bin; }
452test_path_with_tree() { $luarocks path --tree=lua_modules; }
452 453
453fail_purge_missing_tree() { $luarocks purge --tree="$testing_tree"; } 454fail_purge_missing_tree() { $luarocks purge --tree="$testing_tree"; }
454fail_purge_tree_notstring() { $luarocks purge --tree=1; } 455fail_purge_tree_notstring() { $luarocks purge --tree=1; }