- Fixed merge.t failing when run on an NFS share
This commit is contained in:
Owen Clarke 2012-03-05 08:26:08 +11:00
parent f898120829
commit f36f483d1e
2 changed files with 3 additions and 0 deletions

View file

@ -203,6 +203,7 @@ if (open my $fh, 'local/undo.data') {
}
}
}
close $fh;
} else {
fail ("could not open local/undo.data");
}
@ -223,6 +224,7 @@ if (open my $fh, 'remote/undo.data') {
}
}
}
close $fh;
} else {
fail ("could not open remote/undo.data");
}