]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4202-log.sh
The sixth batch
[thirdparty/git.git] / t / t4202-log.sh
index f1ea7d97f589c7746cf3a19908cdb23927c09067..a0930599aaa5b18915792c68c3f84b4b184bb27c 100755 (executable)
@@ -1692,7 +1692,7 @@ test_expect_success GPG 'log --graph --show-signature for merged tag with missin
        GNUPGHOME=. git log --graph --show-signature -n1 plain-nokey >actual &&
        grep "^|\\\  merged tag" actual &&
        grep "^| | gpg: Signature made" actual &&
-       grep "^| | gpg: Can'"'"'t check signature: \(public key not found\|No public key\)" actual
+       grep -E "^| | gpg: Can'"'"'t check signature: (public key not found|No public key)" actual
 '
 
 test_expect_success GPG 'log --graph --show-signature for merged tag with bad signature' '