From 968ce5b13b0a1a6bf83ea8384d47ccc36f2c8d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 23 Nov 2017 12:09:59 +0100 Subject: [PATCH] Change the target file name in live_backup test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test uses "/home/test" by default which is usually present as a directory. Let's use "/home/test.img" to decrease the probability of existing directory. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/live_backup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/cfg/live_backup.cfg b/qemu/tests/cfg/live_backup.cfg index 4641e091..a6b1381f 100644 --- a/qemu/tests/cfg/live_backup.cfg +++ b/qemu/tests/cfg/live_backup.cfg @@ -24,7 +24,7 @@ after_incremental += " verify_md5s verify_efficiency" Linux: create_cmd = "dd if=/dev/urandom of=FILE bs=128k count=100" - file_names = "/home/test" + file_names = "/home/test.img" test_exists_cmd = "test -f FILE" Windows: create_cmd = "D:\coreutils\DummyCMD.exe FILE 1073741824 1" -- GitLab