Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of https://github.com/vnwildman/git
[gitweb.git]
/
t
/
t0065-strcmp-offset.sh
diff --git
a/t/t0065-strcmp-offset.sh
b/t/t0065-strcmp-offset.sh
index 7d6d21425f483c412bb6d42ea551aaf5eaef4aa0..91fa639c4a74ed69ed69ff7360728b2f1ab08a66 100755
(executable)
--- 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