Skip to content

Commit

Permalink
Update btrfstests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed Jul 28, 2023
1 parent 720bdfc commit 2472142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/tests/btrfstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def main():

preTest("create tests:")
f = PureWindowsPath(get_driveletters()[0][1])
ret = runWithPrint([str(p.joinpath, "\winbtrfs\test.exe"), "create", str(f)])
ret = runWithPrint([str(p.joinpath("\winbtrfs\test.exe")), "create", str(f)])
time.sleep(10)
if ret.returncode != 0:
print("FAIL")
Expand Down

0 comments on commit 2472142

Please sign in to comment.