]> git.ipfire.org Git - thirdparty/git.git/commit
t1800: add &&-chains to test helper functions
authorAdrian Ratiu <adrian.ratiu@collabora.com>
Wed, 8 Apr 2026 16:11:48 +0000 (19:11 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:15:47 +0000 (10:15 -0700)
commit373d43e0829d91c61f35f46f6715a23adda7b35d
tree0ddb01c924404bb612c37ed94725d955873b6164
parent2b39a27d40682c09ac1c031f099ee602061597cd
t1800: add &&-chains to test helper functions

Add the missing &&'s so we properly propagate failures
between commands in the hook helper functions.

Also add a missing mkdir -p arg (found by adding the &&).

Reported-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1800-hook.sh