mirror of https://github.com/docker/docs.git
Remove redundant flag in integration tests
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
3d55545ba7
commit
b356a2249e
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue