summaryrefslogtreecommitdiff
path: root/t/t0065-strcmp-offset.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0065-strcmp-offset.sh')
-rwxr-xr-xt/t0065-strcmp-offset.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0065-strcmp-offset.sh b/t/t0065-strcmp-offset.sh
index 7d6d214..91fa639 100755
--- a/t/t0065-strcmp-offset.sh
+++ b/t/t0065-strcmp-offset.sh
@@ -8,7 +8,7 @@ while read s1 s2 expect
do
test_expect_success "strcmp_offset($s1, $s2)" '
echo "$expect" >expect &&
- test-strcmp-offset "$s1" "$s2" >actual &&
+ test-tool strcmp-offset "$s1" "$s2" >actual &&
test_cmp expect actual
'
done <<-EOF