We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f43dfb + a012264 commit ac201caCopy full SHA for ac201ca
spec/acceptance/resource_cmd_spec.rb
@@ -20,7 +20,7 @@
20
run_shell('source /etc/profile.d/my-custom.lang.sh')
21
end
22
run_shell('echo export LC_ALL="C" >> ~/.bashrc')
23
- run_shell('source ~/.bashrc')
+ run_shell('source ~/.bashrc || true')
24
25
26
context 'when make sure it returns no errors when executed on a clean machine' do
0 commit comments