Skip to content

Commit 86a1d14

Browse files
committed
Merge branch 'tb/t5601-sed-fix' into maint
Test fix. * tb/t5601-sed-fix: t5601: Remove trailing space in sed expression
2 parents 6db5205 + a75a308 commit 86a1d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5601-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ test_expect_success 'clone ssh://host.xz:22/~repo' '
466466
#IPv6
467467
for tuah in ::1 [::1] [::1]: user@::1 user@[::1] user@[::1]: [user@::1] [user@::1]:
468468
do
469-
ehost=$(echo $tuah | sed -e "s/1]:/1]/ "| tr -d "[]")
469+
ehost=$(echo $tuah | sed -e "s/1]:/1]/" | tr -d "[]")
470470
test_expect_success "clone ssh://$tuah/home/user/repo" "
471471
test_clone_url ssh://$tuah/home/user/repo $ehost /home/user/repo
472472
"

0 commit comments

Comments
 (0)