make git-remote-annex link available to test suite

This commit is contained in:
Joey Hess 2025-01-10 11:01:43 -04:00
parent 9aa0ed564b
commit bacde20e9a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -121,6 +121,7 @@ test_script:
- cmd: C:\Users\appveyor\AppData\Roaming\local\bin\git-annex.exe test
- sh: ln -s $(stack path --local-bin)/git-annex git-annex
- sh: ln -s $(stack path --local-bin)/git-annex git-annex-shell
- sh: ln -s $(stack path --local-bin)/git-annex git-remote-annex
- sh: PATH=`pwd`:$PATH; export PATH; git-annex test
#after_test: