Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ep/fix-test-lib-functions-report'
[gitweb.git]
/
t
/
t4054-diff-bogus-tree.sh
diff --git
a/t/t4054-diff-bogus-tree.sh
b/t/t4054-diff-bogus-tree.sh
index 0843c8789005e21eff2f771c97671f02cbaee022..1d6efab3c53f673298c4e1911fd1cb4756be59f6 100755
(executable)
--- a/
t/t4054-diff-bogus-tree.sh
+++ b/
t/t4054-diff-bogus-tree.sh
@@
-16,7
+16,7
@@
test_expect_success 'create bogus tree' '
test_expect_success 'create tree with matching file' '
echo bar >foo &&
git add foo &&
- good_tree=$(git write-tree)
+ good_tree=$(git write-tree)
&&
blob=$(git rev-parse :foo)
'