Skip to content

Commit

Permalink
Fix on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-MCaw committed Sep 24, 2024
1 parent 765144d commit 59d8c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/tests/index/git-local/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def run(*args, **kwargs):
return sp

def check_index_is_configured(name, url, path):
path = os.path.realpath(path)
assert_match(
rf".*\d+.*{re.escape(name)}.*{re.escape(url)}.*{re.escape(path)}",
run_alr("index", "--list").out
Expand Down

0 comments on commit 59d8c81

Please sign in to comment.