- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit5c3d830
committed
Fix TAP tests with Perl 5.8
The prove program included in Perl 5.8 does not support the --extoption, so don't use that and use wildcards on the command line instead.Note that the tests will still all be skipped, because, for instance,the version of Test::More is too old, but at least the regularmechanisms for handling that will apply, instead of failing to callprove altogether.1 parent4a54b99 commit5c3d830
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments
Comments
(0)