aboutsummaryrefslogtreecommitdiffstats
path: root/test/jarebug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/jarebug.sh')
-rwxr-xr-xtest/jarebug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jarebug.sh b/test/jarebug.sh
index dcc73e6c..6dc728a6 100755
--- a/test/jarebug.sh
+++ b/test/jarebug.sh
@@ -11,7 +11,7 @@ cp $infile $out # set up default
for locale in ja_JP.EUC-JP ja_JP.eucJP
do
- if locale -a | grep $locale > /dev/null
+ if locale -a 2>/dev/null | grep $locale > /dev/null
then
LANG=$locale
LC_ALL=$locale