summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-06 01:15:40 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-06 01:15:40 -0500
commit60dc297b56ea2fe5891776c145c196d6d382c671 (patch)
treeb1aa684a9c5e7fc7a6e4c9d5ca78e06f10ebf4ad /tests
parent1b07af78192bf628d88d400c592b109044b5828a (diff)
downloadhorizon-60dc297b56ea2fe5891776c145c196d6d382c671.tar.gz
horizon-60dc297b56ea2fe5891776c145c196d6d382c671.tar.bz2
horizon-60dc297b56ea2fe5891776c145c196d6d382c671.tar.xz
horizon-60dc297b56ea2fe5891776c145c196d6d382c671.zip
tests: Update simulator spec for new keymap output
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/simulator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/simulator_spec.rb b/tests/spec/simulator_spec.rb
index 700cdee..161fd12 100644
--- a/tests/spec/simulator_spec.rb
+++ b/tests/spec/simulator_spec.rb
@@ -325,7 +325,7 @@ printf '%s\\t%s\\t%s\\t%s\\t0\\t0\\n' /dev/gwyn/source /usr/src auto noatime >>
it "configures the system keymap correctly" do
use_fixture '0178-keymap-basic.installfile'
run_simulate
- expect(last_command_started.stdout).to include("XKBLAYOUT=us")
+ expect(last_command_started.stdout).to include('keymap="us"')
end
end
context "simulating 'timezone' execution" do