diff options
Diffstat (limited to 'tests/test-wcrtomb-w32-2.sh')
-rwxr-xr-x | tests/test-wcrtomb-w32-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wcrtomb-w32-2.sh b/tests/test-wcrtomb-w32-2.sh index 783c70cb..5481634d 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. -./test-wcrtomb-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 +${CHECKER} ./test-wcrtomb-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 |