mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-18 23:50:35 +00:00
fix tests
This commit is contained in:
parent
e455e81939
commit
bfe773f9fb
@ -180,6 +180,7 @@ mod tests {
|
||||
output_dir: None,
|
||||
remove: false,
|
||||
no_smart_unpack: false,
|
||||
disable_sandbox: true,
|
||||
},
|
||||
..mock_cli_args()
|
||||
}
|
||||
@ -192,6 +193,7 @@ mod tests {
|
||||
output_dir: None,
|
||||
remove: false,
|
||||
no_smart_unpack: false,
|
||||
disable_sandbox: true,
|
||||
},
|
||||
..mock_cli_args()
|
||||
}
|
||||
@ -204,6 +206,7 @@ mod tests {
|
||||
output_dir: None,
|
||||
remove: false,
|
||||
no_smart_unpack: false,
|
||||
disable_sandbox: true,
|
||||
},
|
||||
..mock_cli_args()
|
||||
}
|
||||
@ -219,6 +222,7 @@ mod tests {
|
||||
fast: false,
|
||||
slow: false,
|
||||
follow_symlinks: false,
|
||||
disable_sandbox: true,
|
||||
},
|
||||
..mock_cli_args()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user