X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ft3404-rebase-interactive.sh;h=33d392ba112e2c130a02d2229967842ca257e837;hb=89d3f2b6c0acc1c82ff866472d3760b2c62f587a;hp=e2f18d11f66afe19bf28b8218042a06f452f0aa1;hpb=13d380c8c857b57c44ebb2132ba3737d1c826143;p=platform%2Fupstream%2Fgit.git diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index e2f18d1..33d392b 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -556,7 +556,7 @@ test_expect_success 'clean error after failed "exec"' ' echo "edited again" > file7 && git add file7 && test_must_fail git rebase --continue 2>error && - test_i18ngrep "You have staged changes in your working tree." error + test_i18ngrep "you have staged changes in your working tree" error ' test_expect_success 'rebase a detached HEAD' '