提交 968ce5b1 编写于 作者: L Lukáš Doktor

Change the target file name in live_backup test

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: NLukáš Doktor <ldoktor@redhat.com>
上级 5a2443c0
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册