Skip to content

Commit 6a74da8

Browse files
committed
Clean up test file when testing file ops
1 parent d0eb164 commit 6a74da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/nqp/19-file-ops.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,4 @@ if $crlf-conversion {
246246
} else {
247247
ok(1, "ok 67 # Skipped: readallfh doesn't convert \\r\\n on $backend");
248248
}
249+
nqp::unlink($test-file) if nqp::stat($test-file, nqp::const::STAT_EXISTS); # clean up test-file

0 commit comments

Comments
 (0)