test: Use -e to print newlines on yum tests (#13450)
This commit is contained in:
parent
1cfa48eea9
commit
62dc1684f0
|
|
@ -195,7 +195,7 @@ func (c *Container) configureYum() error {
|
|||
err := c.client.Exec(
|
||||
c.Name,
|
||||
"bash", "-c", "--",
|
||||
fmt.Sprintf("echo %q > /etc/yum.repos.d/influxdata.repo", influxDataRPMRepo),
|
||||
fmt.Sprintf("echo -e %q > /etc/yum.repos.d/influxdata.repo", influxDataRPMRepo),
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in New Issue