From 80fc7f14dc66e20a5e70dda3ea98949d0ed00595 Mon Sep 17 00:00:00 2001 From: Xu Tian Date: Mon, 22 Sep 2014 13:03:26 +0800 Subject: [PATCH] qemu.tests: fix incorrect clean command for windows guest Signed-off-by: Xu Tian --- qemu/tests/cfg/drive_mirror.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu/tests/cfg/drive_mirror.cfg b/qemu/tests/cfg/drive_mirror.cfg index f1776d0d..03b78d17 100644 --- a/qemu/tests/cfg/drive_mirror.cfg +++ b/qemu/tests/cfg/drive_mirror.cfg @@ -82,6 +82,8 @@ type = drive_mirror_continuous_backup clean_cmd = "rm -f tmp*.file" dd_cmd = "dd if=/dev/zero bs=1024 count=1024 of=tmp%s.file" + Windows: + clean_cmd = "del /F tmp*.file" - with_stress: type = drive_mirror_stress reopen_timeout = 600 -- GitLab