Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Fix 'history' view for deleted files with history
[gitweb.git]
/
t
/
t0003-attributes.sh
diff --git
a/t/t0003-attributes.sh
b/t/t0003-attributes.sh
index 47f08a46c260a612eff2bcf88bef84ee231897c1..3faf135e38ccbe71241679da464d7cf709ae73d7 100755
(executable)
--- a/
t/t0003-attributes.sh
+++ b/
t/t0003-attributes.sh
@@
-11,7
+11,7
@@
attr_check () {
git check-attr test -- "$path" >actual &&
echo "$path: test: $2" >expect &&
-
diff -u
expect actual
+
test_cmp
expect actual
}