Skip to content

Commit f38e026

Browse files
committed
t/t1517: indicate that gui--askyesno fails with GIT_TEST_INSTALLED
Commit e749c87 (git-gui: provide question helper for retry fallback on Windows, 2025-08-28) causes `git-gui--askyesno` to be installed when running `make install`. This is triggering a new occurrence of the issues noted in commit c4cf8ca (t/t1517: mark tests that fail with GIT_TEST_INSTALLED, 2025-08-19), which is preventing Git v2.52.0 from building in nixpkgs [1]. Indicate that this is an expected failure. [1]: NixOS/nixpkgs#465178 (comment)
1 parent 9a2fb14 commit f38e026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t1517-outside-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ do
115115
credential-osxkeychain | cvsexportcommit | cvsimport | cvsserver | \
116116
daemon | \
117117
difftool--helper | filter-branch | fsck-objects | get-tar-commit-id | \
118-
gui | gui--askpass | \
118+
gui | gui--askpass | gui--askyesno | \
119119
http-backend | http-fetch | http-push | init-db | \
120120
merge-octopus | merge-one-file | merge-resolve | mergetool | \
121121
mktag | p4 | p4.py | pickaxe | remote-ftp | remote-ftps | \

0 commit comments

Comments
 (0)