diff options
Diffstat (limited to 'tests/test-wcrtomb-w32-2.sh')
-rwxr-xr-x | tests/test-wcrtomb-w32-2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-wcrtomb-w32-2.sh b/tests/test-wcrtomb-w32-2.sh index 5481634d..b01c5436 100755 --- a/tests/test-wcrtomb-w32-2.sh +++ b/tests/test-wcrtomb-w32-2.sh @@ -1,4 +1,4 @@ #!/bin/sh -# Test a CP1256 locale. -${CHECKER} ./test-wcrtomb-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 +# Test a CP1252 locale. +${CHECKER} ./test-wcrtomb-w32${EXEEXT} French_France 1252 |