]> git.ipfire.org Git - thirdparty/git.git/commit
t/Makefile: make "check-meson" work with Dash
authorPatrick Steinhardt <ps@pks.im>
Fri, 27 Dec 2024 13:59:39 +0000 (14:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2024 16:28:11 +0000 (08:28 -0800)
commitd8af27d309c3637d05bd6b4957b3667c04dc861e
tree9d493f5da3819566f4cf7fb1cb02b113e208afc1
parent7a3136e5c713c4a5ed2af51ccb8abb5cfa3d98bf
t/Makefile: make "check-meson" work with Dash

The "check-meson" target uses process substitution to check whether
extracted contents from "meson.build" match expected contents. Process
substitution is unportable though and thus the target will fail when
using for example Dash.

Fix this by writing data into a temporary directory.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/.gitignore
t/Makefile