Remove ignored argument to sync

This commit is contained in:
Eelco Dolstra 2014-04-07 13:21:13 +02:00
parent 2f51ca9609
commit eb22e5f026

View file

@ -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");
}
});