diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-04 18:39:26 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-04 18:39:26 -0600 |
commit | 8fef10fbeefd8ce8fe37c16494b40935650e09a0 (patch) | |
tree | 707da0ad832e05451e372d9a5730e5baede70850 /tests | |
parent | 13cb91fdebe822719ad5156f74d7c84eedc2313a (diff) | |
download | horizon-8fef10fbeefd8ce8fe37c16494b40935650e09a0.tar.gz horizon-8fef10fbeefd8ce8fe37c16494b40935650e09a0.tar.bz2 horizon-8fef10fbeefd8ce8fe37c16494b40935650e09a0.tar.xz horizon-8fef10fbeefd8ce8fe37c16494b40935650e09a0.zip |
tests: Fix nameserver test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/simulator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/simulator_spec.rb b/tests/spec/simulator_spec.rb index db78a82..561b6a2 100644 --- a/tests/spec/simulator_spec.rb +++ b/tests/spec/simulator_spec.rb @@ -137,7 +137,7 @@ printf '%s\\t%s\\t%s\\t%s\\t0\\t0\\n' /dev/gwyn/source /usr/src auto noatime >> it "configures nameservers correctly" do use_fixture '0183-nameserver-basic.installfile' run_simulate - expect(last_command_started.stdout).to include("printf 'nameserver %s\n' 172.16.1.1 >>/target/etc/resolv.conf") + expect(last_command_started.stdout).to include("printf 'nameserver %s\\n' 172.16.1.1 >>/target/etc/resolv.conf") end end end |