From: Lars Hjemli Date: Tue, 27 Jan 2009 21:59:23 +0000 (+0100) Subject: tests/t0105-commit.sh: expect commit decorations X-Git-Tag: v0.8.2~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38fde35f9a28263e3e89dc9504cb8fb72d98a748;p=cgit tests/t0105-commit.sh: expect commit decorations When a commit is referenced by a branch or tag the commit subject- line will be suffixed with the proper decorations, hence the test for this line needs to be updated. Signed-off-by: Lars Hjemli --- diff --git a/tests/t0105-commit.sh b/tests/t0105-commit.sh index a864612..ae794c8 100755 --- a/tests/t0105-commit.sh +++ b/tests/t0105-commit.sh @@ -9,7 +9,7 @@ run_test 'find tree link' 'grep -e "" trash/tmp' run_test 'find parent link' 'grep -E "" trash/tmp' run_test 'find commit subject' ' - grep -e "
commit 5
" trash/tmp + grep -e "
commit 5<" trash/tmp ' run_test 'find commit msg' 'grep -e "
" trash/tmp'