<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -172,3 +172,11 @@ def test_shell_escape_escapes_dollar_signs():
     &quot;&quot;&quot;
     cmd = &quot;cd $HOME&quot;
     eq_(_shell_escape(cmd), 'cd \$HOME')
+
+
+def test_shell_escape_escapes_backticks():
+    &quot;&quot;&quot;
+    _shell_escape() escapes backticks
+    &quot;&quot;&quot;
+    cmd = &quot;touch test.pid &amp;&amp; kill `cat test.pid`&quot;
+    eq_(_shell_escape(cmd), &quot;touch test.pid &amp;&amp; kill \`cat test.pid\`&quot;)</diff>
      <filename>tests/test_operations.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8586f68bf4c93a20be709ba4dc12dce8aa639150</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Forcier</name>
    <email>jeff@bitprophet.org</email>
  </author>
  <url>http://github.com/karmazilla/fabric/commit/b8e1b6ac3f43787375bb77c1a64d7f9c000e7511</url>
  <id>b8e1b6ac3f43787375bb77c1a64d7f9c000e7511</id>
  <committed-date>2009-09-17T17:33:03-07:00</committed-date>
  <authored-date>2009-09-17T17:33:03-07:00</authored-date>
  <message>Add test for backtick escaping</message>
  <tree>01c09f9b8a0f1cf783278b751cd06eda5de1b7c1</tree>
  <committer>
    <name>Jeff Forcier</name>
    <email>jeff@bitprophet.org</email>
  </committer>
</commit>
