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