Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision.c: reduce implicit dependency the_repository
[gitweb.git]
/
t
/
t3102-ls-tree-wildcards.sh
diff --git
a/t/t3102-ls-tree-wildcards.sh
b/t/t3102-ls-tree-wildcards.sh
index e804377f1cbf4f2c82c1aae3d902014d634a2cdc..1e16c6b8ea610c4582e63950b8939205fc228b25 100755
(executable)
--- a/
t/t3102-ls-tree-wildcards.sh
+++ b/
t/t3102-ls-tree-wildcards.sh
@@
-23,7
+23,7
@@
test_expect_success 'ls-tree outside prefix' '
cat >expect <<-EOF &&
100644 blob $EMPTY_BLOB ../a[a]/three
EOF
- ( cd aa && git ls-tree -r HEAD "../a[a]"
;
) >actual &&
+ ( cd aa && git ls-tree -r HEAD "../a[a]" ) >actual &&
test_cmp expect actual
'