FYI,

>From e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Sun, 5 Aug 2012 23:17:45 +0200
Subject: [PATCH] tests: fix a skip diagnostic that mentioned the wrong locale

* tests/init.cfg (require_tr_utf8_locale_): s/en_US/tr_TR/
---
 tests/init.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/init.cfg b/tests/init.cfg
index 3b6242f..2e8330b 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -67,7 +67,7 @@ require_tr_utf8_locale_()
   path_prepend_ .
   case $(get-mb-cur-max tr_TR.UTF-8) in
     [3456]) ;;
-    *) skip_ 'en_US.UTF-8 locale not found' ;;
+    *) skip_ 'tr_TR.UTF-8 locale not found' ;;
   esac
 }

--
1.7.12.rc1.22.gbfbf4d4

Reply via email to