Commit b756318
committed
cvsserver: avoid precedence problem between ! and %s
With perl-5.41.4 and newer, test t9402-git-cvsserver-refs.sh
(specifically t9402.30, t9402.31, t9402.32, t9402.34) fails, because
of the new warnings[0] populating cvs.log.
Use the 'does not match' operator '!~' directly to express the
negated pattern match, resolving the precedence issue.
[0] https://metacpan.org/release/ETHER/perl-5.41.12/view/pod/perl5414delta.pod#New-Warnings
Reported-by: Jitka Plesnikova <jplesnik@redhat.com>
Suggested-by: Jitka Plesnikova <jplesnik@redhat.com>
Signed-off-by: Ondřej Pohořelský <opohorel@redhat.com>1 parent cb96e16 commit b756318
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5009 | 5009 | | |
5010 | 5010 | | |
5011 | 5011 | | |
5012 | | - | |
| 5012 | + | |
5013 | 5013 | | |
5014 | 5014 | | |
5015 | 5015 | | |
| |||
0 commit comments