(command.CommandList
  children: [
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:test_description)
          op: Equal
          rhs: {(SQ <'test disabling of git-over-ssh in clone/fetch'>)}
        )
      ]
    )
    (C {(.)} {(./test-lib.sh)})
    (C {(.)} {(DQ ($ VSub_DollarName '$TEST_DIRECTORY') (/lib-proto-disable.sh))})
    (C {(setup_ssh_wrapper)})
    (C {(test_expect_success)} {(SQ <'setup repository to clone'>)} 
      {
        (SQ <'\n'> <'\ttest_commit one &&\n'> <'\tmkdir remote &&\n'> 
          <'\tgit init --bare remote/repo.git &&\n'> <'\tgit push remote/repo.git HEAD\n'>
        )
      }
    )
    (C {(test_proto)} {(DQ ('host:path'))} {(ssh)} {(DQ ('remote:repo.git'))})
    (C {(test_proto)} {(DQ ('ssh://'))} {(ssh)} 
      {(DQ ('ssh://remote') ($ VSub_DollarName '$PWD') (/remote/repo.git))}
    )
    (C {(test_proto)} {(DQ ('git+ssh://'))} {(ssh)} 
      {(DQ ('git+ssh://remote') ($ VSub_DollarName '$PWD') (/remote/repo.git))}
    )
    (C {(test_done)})
  ]
)