mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5723 from sylvestre/tee-warning
tee test: fix a warning on not(linux)
This commit is contained in:
commit
863c022352
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
// For the full copyright and license information, please view the LICENSE
|
// For the full copyright and license information, please view the LICENSE
|
||||||
// file that was distributed with this source code.
|
// file that was distributed with this source code.
|
||||||
use crate::common::util::TestScenario;
|
use crate::common::util::TestScenario;
|
||||||
|
#[cfg(target_os = "linux")]
|
||||||
use std::fmt::Write;
|
use std::fmt::Write;
|
||||||
|
|
||||||
// tests for basic tee functionality.
|
// tests for basic tee functionality.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue