[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] 2 commits: Read test diff as bytes for immediate printing.



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

7 changed files:

Changes:

  • t/bin/runtests
    ... ... @@ -479,7 +479,7 @@ if (-t STDOUT && !$unattended) {
    479 479
                 next
    
    480 480
                   unless -r $diffpath;
    
    481 481
     
    
    482
    -            my $diff = path($diffpath)->slurp_utf8;
    
    482
    +            my $diff = path($diffpath)->slurp;
    
    483 483
                 print $diff;
    
    484 484
     
    
    485 485
             } elsif ($testcase->{match_strategy} eq 'literal') {
    

  • t/tags/checks/fields/maintainer/colorful/build-spec/fill-values
    1
    +Skeleton: upload-native
    
    2
    +Testname: colorful
    
    3
    +Author: Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>
    
    4
    +Description: Colorful maintainer from Ansgar's 'colorful' test package (false positive)

  • t/tags/checks/fields/maintainer/colorful/eval/desc
    1
    +Testname: colorful
    
    2
    +Check: fields/maintainer
    
    3
    +Reference: Bug#962277

  • t/tags/checks/fields/maintainer/colorful/eval/tags
    1
    +colorful (source): maintainer Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>
    
    2
    +colorful (binary): maintainer Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>

  • t/tags/checks/fields/maintainer/right-to-left-override/build-spec/fill-values
    1
    +Skeleton: upload-native
    
    2
    +Testname: right-to-left-override
    
    3
    +Author: Ansgar <"‮ansgar"@43-1.org>
    
    4
    +Description: Maintainer with UTF-8 RIGHT-TO-LEFT OVERRIDE from Ansgar's 'colorful' test package (false positive)

  • t/tags/checks/fields/maintainer/right-to-left-override/eval/desc
    1
    +Testname: right-to-left-override
    
    2
    +Check: fields/maintainer
    
    3
    +Reference: Bug#962277

  • t/tags/checks/fields/maintainer/right-to-left-override/eval/tags
    1
    +right-to-left-override (source): maintainer-address-malformed ‮ansgar@43-1.org
    
    2
    +right-to-left-override (source): maintainer Ansgar <‮ansgar@43-1.org>
    
    3
    +right-to-left-override (binary): maintainer-address-malformed ‮ansgar@43-1.org
    
    4
    +right-to-left-override (binary): maintainer Ansgar <‮ansgar@43-1.org>


  • Reply to: