]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0111-filter.sh
t0111: Additions and fixes
[ps-cgit] / tests / t0111-filter.sh
index c89020aa1f404d6f7990f12ecaa86e0681cc618d..730f1c02a36b70cc64d63b87426d7ef625730fda 100755 (executable)
@@ -30,11 +30,11 @@ do
        '
 
        test_expect_success "check whether the $prefix email filter works for authors" '
-               grep "A U THOR <AUTHOR@EXAMPLE.COM>" tmp
+               grep "<author@example.com> commit A U THOR &LT;AUTHOR@EXAMPLE.COM&GT;" tmp
        '
 
        test_expect_success "check whether the $prefix email filter works for committers" '
-               grep "C O MITTER &LT;COMMITTER@EXAMPLE.COM&GT;" tmp
+               grep "<committer@example.com> commit C O MITTER &LT;COMMITTER@EXAMPLE.COM&GT;" tmp
        '
 done