test-commitcloud-lazypull-phab: fix debugruntest compat

Summary:
`\"` in heredoc is escaped as `"` in debugruntest but not bash.
Use non-escape heredoc to be compatible with both.

Differential Revision: D34870094

fbshipit-source-id: ad0ce7ab8488ec0d85954e7a8e0ffdedc5e834ba
This commit is contained in:
Jun Wu 2022-05-24 13:29:39 -07:00 committed by Facebook GitHub Bot
parent 1ac22c4bd7
commit 881afdc35d

View File

@ -100,7 +100,7 @@ Test for `hg diff --since-last-submit`
remote: pushing 1 commit:
remote: 162e0a8b5732 Differential Revision: https://phabricator.fb.com/
$ cat > $TESTTMP/mockduit << EOF
$ cat > $TESTTMP/mockduit << 'EOF'
> [{"data": {"query": [{"results": {"nodes": [{
> "number": 1,
> "diff_status_name": "Needs Review",