Skip to content

Commit

Permalink
Fix test URLs after default branch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 31, 2022
1 parent 6412475 commit 9924cef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/capi2_cores/providers/url_simple.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name : ::url_simple:0
provider:
name : url
filetype : simple
url : https://github.com/olofk/fusesoc/raw/master/tests/test_provider/file.v
url : https://github.com/olofk/fusesoc/raw/main/tests/test_provider/file.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ name : ::url_simple_with_user_agent:0
provider:
name : url
filetype : simple
url : https://github.com/olofk/fusesoc/raw/master/tests/test_provider/file.v
url : https://github.com/olofk/fusesoc/raw/main/tests/test_provider/file.v
user-agent : FuseSoC
2 changes: 1 addition & 1 deletion tests/capi2_cores/providers/url_tar.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name : ::url_tar:0
provider:
name : url
filetype : tar
url : https://github.com/olofk/fusesoc/raw/master/tests/test_provider/file.tar.gz
url : https://github.com/olofk/fusesoc/raw/main/tests/test_provider/file.tar.gz
2 changes: 1 addition & 1 deletion tests/capi2_cores/providers/url_zip.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name : ::url_zip:0
provider:
name : url
filetype : zip
url : https://github.com/olofk/fusesoc/raw/master/tests/test_provider/file.zip
url : https://github.com/olofk/fusesoc/raw/main/tests/test_provider/file.zip

0 comments on commit 9924cef

Please sign in to comment.