summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-10 15:13:24 -0400
committerBill Peck <bpeck@redhat.com>2015-06-10 15:13:24 -0400
commit2f6311f9e909f517427655e3ae38f50126b9f252 (patch)
treecdb6a39f9f5a90c7af9cf0793a51ed4e2e807440
parent7de4f63ef9b32c2695a1df63894b27808d95aa18 (diff)
downloadtests-2f6311f9e909f517427655e3ae38f50126b9f252.tar.gz
tests-2f6311f9e909f517427655e3ae38f50126b9f252.tar.xz
tests-2f6311f9e909f517427655e3ae38f50126b9f252.zip
fix quoting
-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 0599ca8..7a15091 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="[ "##VERSION##-##RELEASE##" = $(rpm -q --qf '%{version}-%{release}' ##PKGNAME##) ] || ( yum -y update ##PKGNAME## &amp;&amp; service restart restraintd)"/>
+ <param name="CMDS_TO_RUN" value="[ '##VERSION##-##RELEASE##' = $(rpm -q --qf '%{version}-%{release}' ##PKGNAME##) ] || ( yum -y update ##PKGNAME## &amp;&amp; service restart restraintd)"/>
</params>
</task>
<task name="/tests/restraint/env/metadata">