• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

briandfoy / PerlPowerTools / 10379500741
63%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2024 12:55AM UTC
Jobs 1
Files 3
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Aug 2024 12:51AM UTC coverage: 73.069%. Remained the same
10379500741

push

github

web-flow
patch: chdir happens too late (#718)

* When testing against GNU and OpenBSD patch commands I found that -d DIR in this version is interpreted after reading a patch file
* The standard says -d is interpreted "before processing" [1]
* Match the other versions of patch and do chdir() as early as possible:
A) Failure to chdir() will terminate the program before any input is read
B) If -d option is used, files in the argument list are relative to that directory not to the originating directory
* test1: "perl patch -d ... a.c" --> fail: no such dir
* test2: "patch -d .. a.c a.diff" --> patch ../a.c with ../a.diff

1. https://pubs.opengroup.org/onlinepubs/007904975/utilities/patch.html

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10379500741.1 14 Aug 2024 12:55AM UTC 0
73.07
GitHub Action Run
Source Files on build 10379500741
Detailed source file information is not available for this build.
  • Back to Repo
  • b65ef57d on github
  • Prev Build on master (#10369968521)
  • Next Build on master (#10383699416)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc