diff options
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/base/recipes/packages.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/packages.rb b/kitchen-tests/cookbooks/base/recipes/packages.rb index bb5fa7bb71..ace888ec18 100644 --- a/kitchen-tests/cookbooks/base/recipes/packages.rb +++ b/kitchen-tests/cookbooks/base/recipes/packages.rb @@ -9,8 +9,7 @@ # have to get too clever here, you can delete packages if they don't exist everywhere we test. pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux } -# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise the -# multipackage cookbook. +# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise multipackage api pkgs.each do |pkg| multipackage pkgs end |