summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-09 19:59:41 -0400
committerBill Peck <bpeck@redhat.com>2015-06-09 19:59:41 -0400
commitd984d96b670d38dc507289b3543b26984b32bdbf (patch)
tree2954ba45a0a26570fe77682375997840df278ac7
parent88076c97e0adb88dc1dec89911921f9af9f13107 (diff)
downloadtests-d984d96b670d38dc507289b3543b26984b32bdbf.tar.gz
tests-d984d96b670d38dc507289b3543b26984b32bdbf.tar.xz
tests-d984d96b670d38dc507289b3543b26984b32bdbf.zip
escape & for xml
-rw-r--r--restraint/config/restraint-sanity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/restraint/config/restraint-sanity.xml b/restraint/config/restraint-sanity.xml
index 0efee01..c29a7fe 100644
--- a/restraint/config/restraint-sanity.xml
+++ b/restraint/config/restraint-sanity.xml
@@ -10,7 +10,7 @@
<task name="/distribution/command">
<rpm name="distribution-distribution-command" path="/mnt/tests/distribution/command"/>
<params>
- <param name="CMDS_TO_RUN" value="yum -y update ##PKGNAME## && service restart restraintd"/>
+ <param name="CMDS_TO_RUN" value="yum -y update ##PKGNAME## &amp;&amp; service restart restraintd"/>
</params>
</task>
<task name="/tests/restraint/env/metadata">