summaryrefslogtreecommitdiff
path: root/gnulib-tests/dfa-invalid-char-class.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/dfa-invalid-char-class.sh')
-rwxr-xr-xgnulib-tests/dfa-invalid-char-class.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tests/dfa-invalid-char-class.sh b/gnulib-tests/dfa-invalid-char-class.sh
index 5ddd1b6..8e8824d 100755
--- a/gnulib-tests/dfa-invalid-char-class.sh
+++ b/gnulib-tests/dfa-invalid-char-class.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# This use of our DFA-testing helper would fail for grep-2.21.
-# Copyright 2014-2018 Free Software Foundation, Inc.
+# Copyright 2014-2020 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ path_prepend_ .
fail=0
echo 'dfaerror: invalid character class' > exp
-LC_ALL=C dfa-match-aux '[[:foo:]]' a > out 2>&1
+LC_ALL=C ${CHECKER} dfa-match-aux '[[:foo:]]' a > out 2>&1
compare exp out || fail=1
Exit $fail