summary refs log tree commit diff
path: root/host/start-vm/tests/vm_command-multiple-disks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'host/start-vm/tests/vm_command-multiple-disks.rs')
-rw-r--r--host/start-vm/tests/vm_command-multiple-disks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/start-vm/tests/vm_command-multiple-disks.rs b/host/start-vm/tests/vm_command-multiple-disks.rs
index ad16f60..e17d505 100644
--- a/host/start-vm/tests/vm_command-multiple-disks.rs
+++ b/host/start-vm/tests/vm_command-multiple-disks.rs
@@ -12,7 +12,7 @@ use test_helper::TempDir;
 fn main() -> std::io::Result<()> {
     let tmp_dir = TempDir::new()?;
 
-    let service_dir = tmp_dir.path().join("testvm");
+    let service_dir = tmp_dir.path().join("vm-testvm");
     let vm_config = service_dir.join("data/config");
 
     create_dir_all(&vm_config)?;