Skip to content

Commit

Permalink
windows is great?
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Apr 17, 2024
1 parent 66a5d49 commit 91bbbf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,10 @@ mod test {
// Create fake temp file to simulate a crash.
let mut file = std::fs::OpenOptions::new()
.read(true)
.write(true)
.create(true)
.append(true)
.append(false)
.truncate(false)
.open(dir.path().join("tmp-open-123"))
.unwrap();

Expand Down

0 comments on commit 91bbbf3

Please sign in to comment.