Skip to content

Commit 8661f7e

Browse files
committed
fixup! mktempdir: support user-defined prefix
1 parent 5670108 commit 8661f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/file.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ end
10901090
end
10911091
end
10921092
# Special character prefix tests
1093-
for tst_prefix in ("ABCDEF", "./pfx", ".\\pfx", "", "#!@%^&()X", "/", "\\", "////abc", "\\\\\\\\abc", "∃x∀y")
1093+
for tst_prefix in ("ABCDEF", "./pfx", ".\\pfx", "", "#!@%^&()-", "/", "\\", "////abc", "\\\\\\\\abc", "∃x∀y")
10941094
mktempdir(; prefix=tst_prefix) do tmpdir
10951095
@test isdir(tmpdir)
10961096
@test startswith(tmpdir, tmpdirbase * tst_prefix)

0 commit comments

Comments
 (0)