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