]> git.ipfire.org Git - thirdparty/git.git/commit
t0450: fix test for out-of-tree builds
authorToon Claes <toon@iotcl.com>
Fri, 8 Aug 2025 09:59:42 +0000 (11:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2025 16:12:16 +0000 (09:12 -0700)
commitf175b349a579e19cde1afe87d3be0d1f8358853c
treeaaec228a594590d246c5148edb513f39c9d8598a
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
t0450: fix test for out-of-tree builds

When using Meson, builds are out-of-tree and $GIT_BUILD_DIR gets set to
the path where the build output is landing. To locate the Documentation
sources, test 't0450' was using that path.

Modify test 't0450' to use `$GIT_SOURCE_DIR/Documentation` to find the
documentation sources.

Signed-off-by: Toon Claes <toon@iotcl.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0450-txt-doc-vs-help.sh