Skip to content

Commit ac201ca

Browse files
authored
Merge pull request puppetlabs#1197 from puppetlabs/CAT-1746-ubuntu-spec-failure-fixes
(CAT-1746) - Ubuntu ARM spec failure fixes
2 parents 4f43dfb + a012264 commit ac201ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/resource_cmd_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
run_shell('source /etc/profile.d/my-custom.lang.sh')
2121
end
2222
run_shell('echo export LC_ALL="C" >> ~/.bashrc')
23-
run_shell('source ~/.bashrc')
23+
run_shell('source ~/.bashrc || true')
2424
end
2525

2626
context 'when make sure it returns no errors when executed on a clean machine' do

0 commit comments

Comments
 (0)