diff options
Diffstat (limited to 'tests/test-mbrtowc3.sh')
-rwxr-xr-x | tests/test-mbrtowc3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbrtowc3.sh b/tests/test-mbrtowc3.sh index 63a89a2..2773fa7 100755 --- a/tests/test-mbrtowc3.sh +++ b/tests/test-mbrtowc3.sh @@ -12,4 +12,4 @@ if test $LOCALE_JA = none; then fi LC_ALL=$LOCALE_JA \ -./test-mbrtowc${EXEEXT} 3 +${CHECKER} ./test-mbrtowc${EXEEXT} 3 |