Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 23, 2025
1 parent f8a2fee commit 4336cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/files/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ class \nodoc\ iso _TestDirectoryFileOpen is UnitTest
fun name(): String => "files/Directory.open-file"
fun apply(h: TestHelper) =>
try
h.env.err.print("Cwd is... ")
h.env.err.print(Path.cwd())
// make a temporary directory
let dir_path = FilePath.mkdtemp(
FileAuth(h.env.root),
Expand Down

0 comments on commit 4336cdf

Please sign in to comment.