We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d508b commit aea511cCopy full SHA for aea511c
1 file changed
tests/usual_cli.rs
@@ -882,7 +882,7 @@ fn color_always() {
882
883
#[test]
884
fn colorful_equals_colorless() {
885
- let workspace = SampleWorkspace::simple_tree_with_diverse_kinds();
+ let workspace = SampleWorkspace::default();
886
887
let colorful = Command::new(PDU)
888
.with_current_dir(&workspace)
@@ -917,7 +917,7 @@ fn colorful_equals_colorless() {
917
918
919
fn different_ls_colors() {
920
921
922
let with_ls_colors = Command::new(PDU)
923
0 commit comments