File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,13 @@ function test_chruby_reset_hash_table()
15
15
assertEquals " did not clear the path table" \
16
16
" " " $( hash) "
17
17
elif [[ -n " $BASH_VERSION " ]]; then
18
+ export LANG=en_US.UTF-8
18
19
chruby_reset
19
20
20
21
assertEquals " did not clear the path table" \
21
22
" hash: hash table empty" " $( hash) "
23
+
24
+ unset LANG
22
25
fi
23
26
}
24
27
Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ function test_chruby_clears_hash_table()
8
8
assertEquals " did not clear the path table" \
9
9
" " " $( hash) "
10
10
elif [[ -n " $BASH_VERSION " ]]; then
11
+ export LANG=en_US.UTF-8
11
12
chruby_use " $test_ruby_root " > /dev/null
12
13
13
14
assertEquals " did not clear the path table" \
14
15
" hash: hash table empty" " $( hash) "
16
+
17
+ unset LANG
15
18
fi
16
19
}
17
20
You can’t perform that action at this time.
0 commit comments