]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config.t
t/config: test --get-urlmatch for git <2.26
[public-inbox.git] / t / config.t
index ee51c6cc2628d8c663c47a90ab8a3cd12d6d7dc5..204fc79024f10f7da15d254f654adccaae7150ac 100644 (file)
@@ -236,12 +236,13 @@ EOF
 }
 
 SKIP: {
+       # XXX wildcard match requires git 2.26+
        require_git('1.8.5', 2) or
                skip 'git 1.8.5+ required for --url-match', 2;
        my $f = "$tmpdir/urlmatch";
        open my $fh, '>', $f or BAIL_OUT $!;
        print $fh <<EOF or BAIL_OUT $!;
-[imap "imap://*.example.com"]
+[imap "imap://mail.example.com"]
        pollInterval = 9
 EOF
        close $fh or BAIL_OUT;