Skip to content

Commit a012264

Browse files
committed
(CAT-1746) - Unbuntu ARM spec failure fixes
1 parent 4f43dfb commit a012264

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)