aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-01-27 22:59:23 +0100
committerLars Hjemli <hjemli@gmail.com>2009-01-27 22:59:23 +0100
commit38fde35f9a28263e3e89dc9504cb8fb72d98a748 (patch)
tree5e6c5603d07cc4a7ed67d9418b8a853a46aa0184 /tests
parentcgit.css: minor adjustment of commit decorations (diff)
downloadcgit-38fde35f9a28263e3e89dc9504cb8fb72d98a748.tar.xz
cgit-38fde35f9a28263e3e89dc9504cb8fb72d98a748.zip
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 <hjemli@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t0105-commit.sh2
1 files changed, 1 insertions, 1 deletions
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 "<a href=./foo/tree/.>" trash/tmp'
run_test 'find parent link' 'grep -E "<a href=./foo/commit/\?id=.+>" trash/tmp'
run_test 'find commit subject' '
- grep -e "<div class=.commit-subject.>commit 5</div>" trash/tmp
+ grep -e "<div class=.commit-subject.>commit 5<" trash/tmp
'
run_test 'find commit msg' 'grep -e "<div class=.commit-msg.></div>" trash/tmp'