Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use skip() instead of ok(1, …) in t/nqp/19-file-ops.t
The conversion from say("ok $_ # Skipped: …") for (…) to ok() left the
test number in what is now the test description, which rapidly went out
of sync with the real test numbers.
Instead, add an optional count parameter to skip() and use that.- Loading branch information
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters