Skip to content

Commit

Permalink
fixup! dd: add support for seeking in output FIFOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Nov 20, 2022
1 parent 322cea0 commit a389752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/by-util/test_dd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::common::util::*;
use std::fs::{File, OpenOptions};
use std::io::{BufReader, Read, Write};
use std::path::PathBuf;
#[cfg(not(windows))]
use std::process::{Command, Stdio};
#[cfg(not(windows))]
use std::thread::sleep;
Expand Down

0 comments on commit a389752

Please sign in to comment.