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