Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed May 19, 2024
1 parent c91d36f commit c8bdf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def log_dl(when):
#######################################################################
preTest("regex for key file")
with random_key(args.path / "key01.key", 32) as key01:
key01uri = "file:/" + str(path_to_unc(key01)).replace("\\", "/")
key01uri = "file:" + str(path_to_unc(key01)).replace("\\", "/")

with zpool_create(
ctx,
Expand Down

0 comments on commit c8bdf2c

Please sign in to comment.