We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dcd5a commit aac4dd5Copy full SHA for aac4dd5
ch_integration_tests/tests/integration.rs
@@ -212,6 +212,7 @@ mod tests {
212
}
213
214
fn cleanup_libvirt_state() {
215
+ let _ = std::fs::remove_dir_all("/etc/libvirt/ch");
216
let _ = std::fs::remove_dir_all("/var/lib/libvirt");
217
let _ = std::fs::remove_file("/var/run/libvirtd.pid");
218
let _ = std::fs::remove_dir_all("/var/run/libvirt");
0 commit comments