@@ -36,7 +36,7 @@ impl Runner {
36
36
& self ,
37
37
mode : & Mode ,
38
38
bins : & crate :: BinRegistry ,
39
- substitutions : & snapbox:: Substitutions ,
39
+ substitutions : & snapbox:: Redactions ,
40
40
) {
41
41
let palette = snapbox:: report:: Palette :: color ( ) ;
42
42
@@ -140,7 +140,7 @@ impl Case {
140
140
& self ,
141
141
mode : & Mode ,
142
142
bins : & crate :: BinRegistry ,
143
- substitutions : & snapbox:: Substitutions ,
143
+ substitutions : & snapbox:: Redactions ,
144
144
) -> Vec < Result < Output , Output > > {
145
145
if self . expected == Some ( crate :: schema:: CommandStatus :: Skipped ) {
146
146
let output = Output :: sequence ( self . path . clone ( ) ) ;
@@ -309,7 +309,7 @@ impl Case {
309
309
step : & mut crate :: schema:: Step ,
310
310
cwd : Option < & std:: path:: Path > ,
311
311
bins : & crate :: BinRegistry ,
312
- substitutions : & snapbox:: Substitutions ,
312
+ substitutions : & snapbox:: Redactions ,
313
313
) -> Result < Output , Output > {
314
314
let output = if let Some ( id) = step. id . clone ( ) {
315
315
Output :: step ( self . path . clone ( ) , id)
@@ -407,7 +407,7 @@ impl Case {
407
407
& self ,
408
408
mut output : Output ,
409
409
step : & crate :: schema:: Step ,
410
- substitutions : & snapbox:: Substitutions ,
410
+ substitutions : & snapbox:: Redactions ,
411
411
) -> Output {
412
412
output. stdout = self . validate_stream (
413
413
output. stdout ,
@@ -430,7 +430,7 @@ impl Case {
430
430
stream : Option < Stream > ,
431
431
expected_content : Option < & crate :: Data > ,
432
432
binary : bool ,
433
- substitutions : & snapbox:: Substitutions ,
433
+ substitutions : & snapbox:: Redactions ,
434
434
) -> Option < Stream > {
435
435
let mut stream = stream?;
436
436
@@ -497,7 +497,7 @@ impl Case {
497
497
actual_root : & std:: path:: Path ,
498
498
mut fs : Filesystem ,
499
499
mode : & Mode ,
500
- substitutions : & snapbox:: Substitutions ,
500
+ substitutions : & snapbox:: Redactions ,
501
501
) -> Result < Filesystem , Filesystem > {
502
502
let mut ok = true ;
503
503
0 commit comments