summaryrefslogtreecommitdiff
path: root/tests/test-exclude6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-exclude6.sh')
-rwxr-xr-xtests/test-exclude6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-exclude6.sh b/tests/test-exclude6.sh
index 18aae944f1..3aced42838 100755
--- a/tests/test-exclude6.sh
+++ b/tests/test-exclude6.sh
@@ -32,7 +32,7 @@ bar: 1
foo/bar: 0
EOT
-test-exclude -anchored in -- bar foo/bar > out || exit $?
+${CHECKER} test-exclude -anchored in -- bar foo/bar > out || exit $?
# Find out how to remove carriage returns from output. Solaris /usr/ucb/tr
# does not understand '\r'.