Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
277 changes: 259 additions & 18 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ textwrap = { workspace = true }
sysinfo = { workspace = true }

sed = { optional = true, version = "0.0.1", package = "uu_sed", path = "src/uu/sed" }
uutests = "0.0.30"
ctor = "0.4.1"

[dev-dependencies]
pretty_assertions = "1"
Expand Down
4 changes: 3 additions & 1 deletion tests/by-util/test_sed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

use crate::common::util::TestScenario;
use uutests::new_ucmd;
use uutests::util::TestScenario;
use uutests::util_name;

// Test application's invocation
#[test]
Expand Down
93 changes: 0 additions & 93 deletions tests/common/macros.rs

This file was deleted.

8 changes: 0 additions & 8 deletions tests/common/mod.rs

This file was deleted.

Loading
Loading