Projects STRLCPY git-open Commits f772364e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    test/git-open.bats
    skipped 229 lines
    230 230   
    231 231  @test "basic: http url scheme is preserved" {
    232 232   git remote set-url origin "http://github.com/user/repo.git"
    233  - run ../git-open
     233 + # ignore any local config like: `url.https://github.com/.insteadof=http://github.com/`
     234 + GIT_CONFIG_NOSYSTEM=1 run ../git-open
    234 235   assert_output "http://github.com/user/repo"
    235 236  }
    236 237   
    skipped 473 lines
Please wait...
Page is in error, reload to recover