diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/t0105-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0105-commit.sh b/tests/t0105-commit.sh index 9cdf55c..9e34abd 100755 --- a/tests/t0105-commit.sh +++ b/tests/t0105-commit.sh | |||
@@ -11,7 +11,7 @@ test_expect_success 'find commit subject' ' | |||
11 | grep "<div class=.commit-subject.>commit 5<" tmp | 11 | grep "<div class=.commit-subject.>commit 5<" tmp |
12 | ' | 12 | ' |
13 | 13 | ||
14 | test_expect_success 'find commit msg' 'grep "<div class=.commit-msg.></div>" tmp' | 14 | test_expect_success 'find commit msg' 'grep "<pre class=.commit-msg.></pre>" tmp' |
15 | test_expect_success 'find diffstat' 'grep "<table summary=.diffstat. class=.diffstat.>" tmp' | 15 | test_expect_success 'find diffstat' 'grep "<table summary=.diffstat. class=.diffstat.>" tmp' |
16 | 16 | ||
17 | test_expect_success 'find diff summary' ' | 17 | test_expect_success 'find diff summary' ' |