diff options
Diffstat (limited to 'tests/unigbrk/test-ulc-grapheme-breaks.sh')
-rwxr-xr-x | tests/unigbrk/test-ulc-grapheme-breaks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unigbrk/test-ulc-grapheme-breaks.sh b/tests/unigbrk/test-ulc-grapheme-breaks.sh index 534df61..0cad760 100755 --- a/tests/unigbrk/test-ulc-grapheme-breaks.sh +++ b/tests/unigbrk/test-ulc-grapheme-breaks.sh @@ -12,4 +12,4 @@ if test $LOCALE_AR = none; then fi LC_ALL=$LOCALE_AR \ -./test-ulc-grapheme-breaks${EXEEXT} +${CHECKER} ./test-ulc-grapheme-breaks${EXEEXT} |