Skip to content

Commit 552e50b

Browse files
epagerami3l
authored andcommitted
test: Replace trycmd with snapbox
1 parent b0a7f5c commit 552e50b

File tree

101 files changed

+3465
-1375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3465
-1375
lines changed

Cargo.lock

Lines changed: 39 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ xz2 = "0.1.3"
103103
zstd = { version = "0.13", default-features = false }
104104

105105
# test only (depends on `test` feature)
106-
snapbox = { version = "0.6.22", optional = true }
106+
snapbox = { version = "0.6.22", features = ["term-svg"], optional = true }
107107
walkdir = { version = "2", optional = true }
108108

109109
[target."cfg(windows)".dependencies]
@@ -139,7 +139,6 @@ http-body-util = "0.1.0"
139139
hyper = { version = "1.0", default-features = false, features = ["server", "http1"] }
140140
hyper-util = { version = "0.1.1", features = ["tokio"] }
141141
proptest = "1.1.0"
142-
trycmd = "0.15.0"
143142

144143
[build-dependencies]
145144
platforms = "3.4"

tests/suite/cli-ui/rustup-init/rustup-init_help_flag_stdout.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/suite/cli-ui/rustup-init/rustup-init_sh_help_flag_stdout.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/suite/cli-ui/rustup/rustup_check_cmd_help_flag_stdout.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)