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