From e455e8193955dbb2a1a5e8222cf8494050feae63 Mon Sep 17 00:00:00 2001 From: valoq Date: Sat, 12 Jul 2025 17:29:19 +0200 Subject: [PATCH] test the new option by tricking the ci --- src/cli/args.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/args.rs b/src/cli/args.rs index ecf1f6d..8d8d269 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -159,6 +159,7 @@ mod tests { // This is usually replaced in assertion tests password: None, threads: None, + disable_sandbox: true, cmd: Subcommand::Decompress { // Put a crazy value here so no test can assert it unintentionally files: vec!["\x00\x11\x22".into()],