Skip to content

Commit

Permalink
Merge branch 'tb/t5601-sed-fix' into maint
Browse files Browse the repository at this point in the history
Test fix.

* tb/t5601-sed-fix:
  t5601: Remove trailing space in sed expression
  • Loading branch information
gitster committed May 26, 2016
2 parents 6db5205 + a75a308 commit 86a1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5601-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 86a1d14

Please sign in to comment.