summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-09 16:58:17 -0800
committerGitHub <noreply@github.com>2021-03-09 16:58:17 -0800
commita043183c3b2be27e6a03a051e76ed77229e4d388 (patch)
tree8392d2138534a14e68de88a9da6eac9766b87e1b
parentdf45256e9351b3264c60863ea1c51a5d8eff7e09 (diff)
parent03180d928f7a26fd7825cc83255e1bdb5efcb064 (diff)
downloadchef-a043183c3b2be27e6a03a051e76ed77229e4d388.tar.gz
Merge pull request #11157 from chef/oracle_8
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--cspell.json1
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/cspell.json b/cspell.json
index 7bba6e0682..a54071a0db 100644
--- a/cspell.json
+++ b/cspell.json
@@ -665,7 +665,6 @@
"HRGN",
"HRSRC",
"Hsiao",
- "htop",
"httpd",
"Huon",
"hwaddr",
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
index 58ede61f52..93a2c4d467 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_packages.rb
@@ -7,7 +7,7 @@
# this is just a list of package that exist on every O/S we test, and often aren't installed by default. you don't
# 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 subversion traceroute htop tmux }
+pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget subversion traceroute tmux }
# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise the
# multipackage cookbook.