(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:test_description)
          op: assign_op.Equal
          rhs: {(SQ <'repack involving cyclic alternate'>)}
          spids: [13]
        )
      ]
    )
    (C {<.>} {<'./test-lib.sh'>})
    (C {<test_expect_success>} {<setup>} 
      {
        (SQ <'\n'> <'\tGIT_OBJECT_DIRECTORY=.git//../.git/objects &&\n'> 
          <'\texport GIT_OBJECT_DIRECTORY &&\n'> <'\ttouch a &&\n'> <'\tgit add a &&\n'> <'\tgit commit -m 1 &&\n'> <'\tgit repack -adl &&\n'> 
          <'\techo "$(pwd)"/.git/objects/../objects >.git/objects/info/alternates\n'>
        )
      }
    )
    (C {<test_expect_success>} {(SQ <'re-packing repository with itsself as alternate'>)} 
      {(SQ <'\n'> <'\tgit repack -adl &&\n'> <'\tgit fsck\n'>)}
    )
    (C {<test_done>})
  ]
)