mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Remove ignored argument to sync
This commit is contained in:
parent
2f51ca9609
commit
eb22e5f026
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue