Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert #17398 and #17402 #18480

Merged
merged 3 commits into from
Jul 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
  • Loading branch information
narimiran committed Jul 13, 2021
commit 2034b2d4541e1f62fc0ca897a0bf13947cb9159a
2 changes: 1 addition & 1 deletion tests/stdlib/ttempfiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ block: # createTempDir

doAssert dirExists(dir1)
doAssert dir1.lastPathPart.contains(re"^D20210502T100442(\w+).tmp$")
doAssert dir1.parentDir == getTempDir()
doAssert dir1.parentDir == getTempDir().normalizePathEnd()

block:
let dir3 = createTempDir(prefix, "_mytmp", ".")
Expand Down