summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/linux/hostname_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/linux/hostname_spec.rb')
-rw-r--r--spec/unit/plugins/linux/hostname_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/plugins/linux/hostname_spec.rb b/spec/unit/plugins/linux/hostname_spec.rb
index 9bc6e86d..1700e289 100644
--- a/spec/unit/plugins/linux/hostname_spec.rb
+++ b/spec/unit/plugins/linux/hostname_spec.rb
@@ -28,9 +28,7 @@ describe Ohai::System, "Linux hostname plugin" do
end
it_should_check_from("linux::hostname", "hostname", "hostname -s", "katie")
-
it_should_check_from("linux::hostname", "fqdn", "hostname --fqdn", "katie.bethell")
-
it_should_check_from("linux::hostname", "machinename", "hostname", "katie.local")
describe "when domain name is unset" do