summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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