(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:test_description)
          op: assign_op.Equal
          rhs: {(SQ <'test disabling of git-over-tcp in clone/fetch'>)}
          spids: [4]
        )
      ]
    )
    (C {<.>} {<'./test-lib.sh'>})
    (C {<.>} {(DQ ($ Id.VSub_DollarName '$TEST_DIRECTORY') <'/lib-proto-disable.sh'>)})
    (C {<.>} {(DQ ($ Id.VSub_DollarName '$TEST_DIRECTORY') <'/lib-git-daemon.sh'>)})
    (C {<start_git_daemon>})
    (C {<test_expect_success>} {(SQ <'create git-accessible repo'>)} 
      {
        (SQ <'\n'> <'\tbare="$GIT_DAEMON_DOCUMENT_ROOT_PATH/repo.git" &&\n'> <'\ttest_commit one &&\n'> 
          <'\tgit --bare init "$bare" &&\n'> <'\tgit push "$bare" HEAD &&\n'> <'\t>"$bare/git-daemon-export-ok" &&\n'> 
          <'\tgit -C "$bare" config daemon.receivepack true\n'>
        )
      }
    )
    (C {<test_proto>} {(DQ <'git://'>)} {<git>} 
      {(DQ ($ Id.VSub_DollarName '$GIT_DAEMON_URL') <'/repo.git'>)}
    )
    (C {<test_done>})
  ]
)