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