mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'tb/t5601-sed-fix' into maint
Test fix. * tb/t5601-sed-fix: t5601: Remove trailing space in sed expression
This commit is contained in:
commit
86a1d147e8
@ -466,7 +466,7 @@ test_expect_success 'clone ssh://host.xz:22/~repo' '
|
||||
#IPv6
|
||||
for tuah in ::1 [::1] [::1]: user@::1 user@[::1] user@[::1]: [user@::1] [user@::1]:
|
||||
do
|
||||
ehost=$(echo $tuah | sed -e "s/1]:/1]/ "| tr -d "[]")
|
||||
ehost=$(echo $tuah | sed -e "s/1]:/1]/" | tr -d "[]")
|
||||
test_expect_success "clone ssh://$tuah/home/user/repo" "
|
||||
test_clone_url ssh://$tuah/home/user/repo $ehost /home/user/repo
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user