Skip to content

Commit

Permalink
fixup! repack: test --full-name-hash option
Browse files Browse the repository at this point in the history
Update to the latest iteration of gitgitgadget#1785.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 24, 2024
1 parent 2ff44f2 commit aa104fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-lib-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ test_subcommand_flex () {
shift
fi

local expr="$(printf '"%s",.*' "$@")"
local expr="$(printf '"%s".*' "$@")"

if test -n "$negate"
then
Expand Down

0 comments on commit aa104fd

Please sign in to comment.