Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reopen_tempfile(): truncate opened file
[gitweb.git]
/
t
/
t9902-completion.sh
diff --git
a/t/t9902-completion.sh
b/t/t9902-completion.sh
index 36deb0b123cf501d4acd2c9ec26ff3acef21bc87..a28640ce1accd604bd32fdc95fd172119f6c3741 100755
(executable)
--- a/
t/t9902-completion.sh
+++ b/
t/t9902-completion.sh
@@
-181,7
+181,7
@@
test_expect_success '__git_find_repo_path - cwd is a .git directory' '
test_expect_success '__git_find_repo_path - parent is a .git directory' '
echo "$ROOT/.git" >expected &&
(
- cd .git/
refs/head
s &&
+ cd .git/
object
s &&
__git_find_repo_path &&
echo "$__git_repo_path" >"$actual"
) &&