(CommandList
  children: [
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:test_description)
          op: Equal
          rhs: {(SQ <'git p4 skipSubmitEdit config variables'>)}
          spids: [4]
        )
      ]
      spids: [4]
    )
    (C {(.)} {(./lib-git-p4.sh)})
    (C {(test_expect_success)} {(SQ <'start p4d'>)} {(SQ <'\n'> <'\tstart_p4d\n'>)})
    (C {(test_expect_success)} {(SQ <'init depot'>)} 
      {
        (SQ <'\n'> <'\t(\n'> <'\t\tcd "$cli" &&\n'> <'\t\techo file1 >file1 &&\n'> 
          <'\t\tp4 add file1 &&\n'> <'\t\tp4 submit -d "change 1"\n'> <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <'no config, unedited, say yes'>)} 
      {
        (SQ <'\n'> <'\tgit p4 clone --dest="$git" //depot &&\n'> 
          <'\ttest_when_finished cleanup_git &&\n'> <'\t(\n'> <'\t\tcd "$git" &&\n'> <'\t\techo line >>file1 &&\n'> <'\t\tgit commit -a -m "change 2" &&\n'> 
          <'\t\techo y | git p4 submit &&\n'> <'\t\tp4 changes //depot/... >wc &&\n'> <'\t\ttest_line_count = 2 wc\n'> <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <'no config, unedited, say no'>)} 
      {
        (SQ <'\n'> <'\tgit p4 clone --dest="$git" //depot &&\n'> 
          <'\ttest_when_finished cleanup_git &&\n'> <'\t(\n'> <'\t\tcd "$git" &&\n'> <'\t\techo line >>file1 &&\n'> 
          <'\t\tgit commit -a -m "change 3 (not really)" &&\n'> <'\t\tprintf "bad response\\nn\\n" | test_expect_code 1 git p4 submit &&\n'> 
          <'\t\tp4 changes //depot/... >wc &&\n'> <'\t\ttest_line_count = 2 wc\n'> <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <skipSubmitEdit>)} 
      {
        (SQ <'\n'> <'\tgit p4 clone --dest="$git" //depot &&\n'> 
          <'\ttest_when_finished cleanup_git &&\n'> <'\t(\n'> <'\t\tcd "$git" &&\n'> <'\t\tgit config git-p4.skipSubmitEdit true &&\n'> 
          <'\t\t# will fail if editor is even invoked\n'> <'\t\tgit config core.editor /bin/false &&\n'> <'\t\techo line >>file1 &&\n'> 
          <'\t\tgit commit -a -m "change 3" &&\n'> <'\t\tgit p4 submit &&\n'> <'\t\tp4 changes //depot/... >wc &&\n'> <'\t\ttest_line_count = 3 wc\n'> 
          <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <skipSubmitEditCheck>)} 
      {
        (SQ <'\n'> <'\tgit p4 clone --dest="$git" //depot &&\n'> 
          <'\ttest_when_finished cleanup_git &&\n'> <'\t(\n'> <'\t\tcd "$git" &&\n'> <'\t\tgit config git-p4.skipSubmitEditCheck true &&\n'> 
          <'\t\techo line >>file1 &&\n'> <'\t\tgit commit -a -m "change 4" &&\n'> <'\t\tgit p4 submit &&\n'> 
          <'\t\tp4 changes //depot/... >wc &&\n'> <'\t\ttest_line_count = 4 wc\n'> <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <'no config, edited'>)} 
      {
        (SQ <'\n'> <'\tgit p4 clone --dest="$git" //depot &&\n'> 
          <'\ttest_when_finished cleanup_git &&\n'> <'\ttest_when_finished "rm ed.sh" &&\n'> <'\tcat >ed.sh <<-EOF &&\n'> <'\t\t#!$SHELL_PATH\n'> 
          <'\t\tsleep 1\n'> <'\t\ttouch "\\$1"\n'> <'\t\texit 0\n'> <'\tEOF\n'> <'\tchmod 755 ed.sh &&\n'> <'\t(\n'> 
          <'\t\tcd "$git" &&\n'> <'\t\techo line >>file1 &&\n'> <'\t\tgit commit -a -m "change 5" &&\n'> 
          <'\t\tP4EDITOR="\\"$TRASH_DIRECTORY/ed.sh\\"" &&\n'> <'\t\texport P4EDITOR &&\n'> <'\t\tgit p4 submit &&\n'> <'\t\tp4 changes //depot/... >wc &&\n'> 
          <'\t\ttest_line_count = 5 wc\n'> <'\t)\n'>
        )
      }
    )
    (C {(test_expect_success)} {(SQ <'kill p4d'>)} {(SQ <'\n'> <'\tkill_p4d\n'>)})
    (C {(test_done)})
  ]
)