Remove redundant flag in integration tests

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-12-02 11:51:29 +01:00
parent 3d55545ba7
commit b356a2249e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function quiet_run () {
function cleanup_machines() {
if [[ $(machine ls -q | wc -l) -ne 0 ]]; then
quiet_run machine rm -y -f $(machine ls -q)
quiet_run machine rm -f $(machine ls -q)
fi
}