Skip to content

Commit 0b610d1

Browse files
authored
Merge pull request #1567 from puppetlabs/fix-ubuntu-arm-ci
Remove non-portable source commands
2 parents 010ed69 + 44b74f3 commit 0b610d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ def export_locales(locale)
2727
LitmusHelper.instance.run_shell("echo export LANGUAGE=#{locale} >> /etc/profile.d/my-custom.lang.sh")
2828
LitmusHelper.instance.run_shell('echo export LC_COLLATE=C >> /etc/profile.d/my-custom.lang.sh')
2929
LitmusHelper.instance.run_shell("echo export LC_CTYPE=#{locale} >> /etc/profile.d/my-custom.lang.sh")
30-
LitmusHelper.instance.run_shell('source /etc/profile.d/my-custom.lang.sh')
3130
LitmusHelper.instance.run_shell('echo export LC_ALL="C" >> ~/.bashrc')
32-
LitmusHelper.instance.run_shell('source ~/.bashrc')
3331
end
3432

3533
def pre_run

0 commit comments

Comments
 (0)