Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit cd50c12

Browse files
committed
Fix test when test is run from a git worktree
1 parent 630bc69 commit cd50c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_unit_x_program.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def test_x_program(
2727
# test require_[git,gpg]
2828
script = f"""
2929
YADM_TEST=1 source {paths.pgm}
30-
YADM_CONFIG="{paths.config}"
30+
YADM_OVERRIDE_CONFIG="{paths.config}"
31+
configure_paths
3132
require_{program}
3233
echo ${program.upper()}_PROGRAM
3334
"""

0 commit comments

Comments
 (0)