Skip to content

Commit dc64305

Browse files
authored
Merge branch 'puppetlabs:main' into main
2 parents 4a00a01 + 0b610d1 commit dc64305

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: spec/spec_helper_acceptance_local.rb

-2
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)