@@ -171,14 +171,14 @@ mod tests {
171
171
// This is usually replaced in assertion tests
172
172
password : None ,
173
173
threads : None ,
174
- disable_sandbox : true ,
174
+ disable_sandbox : false ,
175
175
cmd : Subcommand :: Decompress {
176
176
// Put a crazy value here so no test can assert it unintentionally
177
177
files : vec ! [ "\x00 \x11 \x22 " . into( ) ] ,
178
178
output_dir : None ,
179
179
remove : false ,
180
180
no_smart_unpack : false ,
181
- disable_sandbox : true ,
181
+ disable_sandbox : false ,
182
182
} ,
183
183
}
184
184
}
@@ -193,7 +193,7 @@ mod tests {
193
193
output_dir: None ,
194
194
remove: false ,
195
195
no_smart_unpack: false ,
196
- disable_sandbox: true ,
196
+ disable_sandbox: false ,
197
197
} ,
198
198
..mock_cli_args( )
199
199
}
@@ -206,7 +206,7 @@ mod tests {
206
206
output_dir: None ,
207
207
remove: false ,
208
208
no_smart_unpack: false ,
209
- disable_sandbox: true ,
209
+ disable_sandbox: false ,
210
210
} ,
211
211
..mock_cli_args( )
212
212
}
@@ -219,7 +219,7 @@ mod tests {
219
219
output_dir: None ,
220
220
remove: false ,
221
221
no_smart_unpack: false ,
222
- disable_sandbox: true ,
222
+ disable_sandbox: false ,
223
223
} ,
224
224
..mock_cli_args( )
225
225
}
@@ -235,7 +235,7 @@ mod tests {
235
235
fast: false ,
236
236
slow: false ,
237
237
follow_symlinks: false ,
238
- disable_sandbox: true ,
238
+ disable_sandbox: false ,
239
239
} ,
240
240
..mock_cli_args( )
241
241
}
@@ -250,7 +250,7 @@ mod tests {
250
250
fast: false ,
251
251
slow: false ,
252
252
follow_symlinks: false ,
253
- disable_sandbox: true ,
253
+ disable_sandbox: false ,
254
254
} ,
255
255
..mock_cli_args( )
256
256
}
@@ -265,7 +265,7 @@ mod tests {
265
265
fast: false ,
266
266
slow: false ,
267
267
follow_symlinks: false ,
268
- disable_sandbox: true ,
268
+ disable_sandbox: false ,
269
269
} ,
270
270
..mock_cli_args( )
271
271
}
@@ -291,7 +291,7 @@ mod tests {
291
291
fast: false ,
292
292
slow: false ,
293
293
follow_symlinks: false ,
294
- disable_sandbox: true ,
294
+ disable_sandbox: false ,
295
295
} ,
296
296
format: Some ( "tar.gz" . into( ) ) ,
297
297
..mock_cli_args( )
0 commit comments