diff options
Diffstat (limited to 'tests/spec')
-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 8ccf98e..64ec338 100644 --- a/tests/spec/simulator_spec.rb +++ b/tests/spec/simulator_spec.rb @@ -319,7 +319,7 @@ mtu 9001 it "uses default keys when none are specified" do use_fixture '0001-basic.installfile' run_simulate - expect(last_command_started.stdout).to include("cp /etc/apk/keys/packages@adelielinux.org.pub /target/etc/apk/keys/packages@adelielinux.org.pub") + expect(last_command_started.stdout).to match(/curl -L -o .* https:\/\/distfiles.adelielinux.org\/adelie\/keys/) end end context "simulating 'svcenable' execution" do |