X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6040-tracking-info.sh;h=1e0447f615c55ecf98ae341553ea60f10a956ae3;hb=1538f21bfb33dcaa65fe84b9823a8963bf1e6443;hp=1785e178a4cb8fddd58d1b1db8062cf12825155e;hpb=cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce;p=git.git diff --git a/t/t6040-tracking-info.sh b/t/t6040-tracking-info.sh index 1785e178a..1e0447f61 100755 --- a/t/t6040-tracking-info.sh +++ b/t/t6040-tracking-info.sh @@ -60,7 +60,7 @@ test_expect_success 'checkout' ' test_expect_success 'checkout with local tracked branch' ' git checkout master && - git checkout follower >actual + git checkout follower >actual && grep "is ahead of" actual '