mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uutests: adjust the tests to use them
This commit is contained in:
parent
ccfcda531e
commit
a0179ea239
102 changed files with 1018 additions and 157 deletions
|
@ -5,8 +5,11 @@
|
|||
|
||||
// spell-checker:ignore (words) RFILE
|
||||
|
||||
use crate::common::util::TestScenario;
|
||||
use std::io::{Seek, SeekFrom, Write};
|
||||
use uutests::at_and_ucmd;
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
|
||||
static FILE1: &str = "truncate_test_1";
|
||||
static FILE2: &str = "truncate_test_2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue