Remove ignored argument to sync
This commit is contained in:
parent
2f51ca9609
commit
eb22e5f026
@ -147,7 +147,7 @@ sub runTests {
|
||||
$log->nest("syncing", sub {
|
||||
foreach my $vm (values %vms) {
|
||||
next unless $vm->isUp();
|
||||
$vm->execute("sync /tmp/xchg");
|
||||
$vm->execute("sync");
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user