We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3befae + c00bfc9 commit 294573eCopy full SHA for 294573e
1 file changed
t/t9903-bash-prompt.sh
@@ -177,7 +177,7 @@ test_expect_success 'prompt - interactive rebase' '
177
git checkout b1 &&
178
test_when_finished "git checkout master" &&
179
git rebase -i HEAD^ &&
180
- test_when_finished "git rebase --abort"
+ test_when_finished "git rebase --abort" &&
181
__git_ps1 >"$actual" &&
182
test_cmp expected "$actual"
183
'
0 commit comments