diff options
Diffstat (limited to 'tests/test-mbrtowc-w32-3.sh')
-rwxr-xr-x | tests/test-mbrtowc-w32-3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbrtowc-w32-3.sh b/tests/test-mbrtowc-w32-3.sh index 782c2d0..c49f4bd 100755 --- a/tests/test-mbrtowc-w32-3.sh +++ b/tests/test-mbrtowc-w32-3.sh @@ -1,4 +1,4 @@ #!/bin/sh # Test a CP932 locale. -./test-mbrtowc-w32${EXEEXT} Japanese_Japan 932 +${CHECKER} ./test-mbrtowc-w32${EXEEXT} Japanese_Japan 932 |