Skip to content

Commit aa104fd

Browse files
committed
fixup! repack: test --full-name-hash option
Update to the latest iteration of gitgitgadget#1785. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2ff44f2 commit aa104fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ test_subcommand_flex () {
19021902
shift
19031903
fi
19041904

1905-
local expr="$(printf '"%s",.*' "$@")"
1905+
local expr="$(printf '"%s".*' "$@")"
19061906

19071907
if test -n "$negate"
19081908
then

0 commit comments

Comments
 (0)