From aa104fdd68c680897eca53c7ba4b106ba25e948a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 24 Sep 2024 09:30:21 +0200 Subject: [PATCH] fixup! repack: test --full-name-hash option Update to the latest iteration of https://github.com/gitgitgadget/git/pull/1785. Signed-off-by: Johannes Schindelin --- t/test-lib-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index ada731be60..0d94730924 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -1902,7 +1902,7 @@ test_subcommand_flex () { shift fi - local expr="$(printf '"%s",.*' "$@")" + local expr="$(printf '"%s".*' "$@")" if test -n "$negate" then