Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-reach: test get_merge_bases_many
[gitweb.git]
/
t
/
t9903-bash-prompt.sh
diff --git
a/t/t9903-bash-prompt.sh
b/t/t9903-bash-prompt.sh
index 8f5c811dd7d627ea5a0611be5161cea98deedb95..c3b89ae783d0b5511718be6d6b9d9978dd9131cd 100755
(executable)
--- a/
t/t9903-bash-prompt.sh
+++ b/
t/t9903-bash-prompt.sh
@@
-148,7
+148,7
@@
test_expect_success 'prompt - inside .git directory' '
test_expect_success 'prompt - deep inside .git directory' '
printf " (GIT_DIR!)" >expected &&
(
- cd .git/
refs/head
s &&
+ cd .git/
object
s &&
__git_ps1 >"$actual"
) &&
test_cmp expected "$actual"