Skip to content

Commit

Permalink
tests: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 25, 2025
1 parent 7a5a423 commit 856acb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main(): # noqa: D103
shutil.move(cache.joinpath(version), compat)
compat.joinpath(version).rename(compat.joinpath("UMU-Latest"))

exe = shutil.which("umu-run", path="/usr")
exe = shutil.which("umu-run", path="/usr/local/bin")
if exe is None:
return 1

Expand Down

0 comments on commit 856acb0

Please sign in to comment.