More duh.

This commit is contained in:
Karl Southern 2016-09-15 21:02:05 +01:00
parent 44e1947f31
commit cb4cefdfad

View File

@ -131,7 +131,7 @@ RSpec.shared_context 'when outputting messages' do
start_stop_cmd = 'sudo systemctl %<action>s %<service>s' start_stop_cmd = 'sudo systemctl %<action>s %<service>s'
end end
cmd = cmd % { action: 'stop', service: systemd_database_service } cmd = start_stop_cmd % { action: 'stop', service: systemd_database_service }
`#{cmd}` `#{cmd}`
# Start a thread to restart the service after the fact. # Start a thread to restart the service after the fact.