Skip to content

Commit

Permalink
Run the tests using the English locale
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 18, 2016
1 parent 39f511d commit 4e98f09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_helper.rb
Expand Up @@ -2,6 +2,10 @@
y2dirs = ENV.fetch("Y2DIR", "").split(":")
ENV["Y2DIR"] = y2dirs.unshift(srcdir).join(":")

# make sure we run the tests in English locale
# (some tests checks transtaled output)
ENV["LC_ALL"] = "en_US.UTF-8"

require "yast"
require "yast/rspec"
require "pathname"
Expand Down

0 comments on commit 4e98f09

Please sign in to comment.