HomePhorge

Fix incorrect command execution in acceptance test
382672b5e7f3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix incorrect command execution in acceptance test

This should be calling host.execute, which constructs a command object,
rather than host.exec, which is trying to use the string as if it
were a command object.

Details

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU382672b5e7f3: Fix incorrect command execution in acceptance test (authored by Nick Lewis <nick@puppetlabs.com>).Jun 14 2012, 8:24 PM