Browse Source

Merge branch 'js/t9903-chaining'

* js/t9903-chaining:
  t9903: fix broken && chain
maint
Junio C Hamano 9 years ago
parent
commit
038763c71a
  1. 2
      t/t9903-bash-prompt.sh

2
t/t9903-bash-prompt.sh

@ -177,7 +177,7 @@ test_expect_success 'prompt - interactive rebase' ' @@ -177,7 +177,7 @@ test_expect_success 'prompt - interactive rebase' '
git checkout b1 &&
test_when_finished "git checkout master" &&
git rebase -i HEAD^ &&
test_when_finished "git rebase --abort"
test_when_finished "git rebase --abort" &&
__git_ps1 >"$actual" &&
test_cmp expected "$actual"
'

Loading…
Cancel
Save