Merge pull request #2475 from dgageot/remove-flag

Remove redundant flag in integration tests
This commit is contained in:
David Gageot 2015-12-02 12:07:51 +01:00
commit 5ccd7f57e7
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
}