Re: [PATCH v3 1/3] t4020: test exit code with external diffs From: Junio C Hamano <hidden> Date: 2024-06-10 16:33:48 René Scharfe [off-list ref] writes: +check_external_diff () { + expect_code=$1 + expect_out=$2 + expect_err=$3 + command_code=$4 + shift 4 + options="$@" Tiny nit, but I'd prefer to see "$@" reserved for its magic and all other times where it is equivalent to "$*", see the latter used. Other than that, all three patches looked good to me. Thanks.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help