Fix Windows sandbox process application resolution

This commit is contained in:
iceweasel-oai
2026-06-15 11:15:05 -07:00
parent f8219e0d9a
commit 8a00afbc45

View File

@@ -235,6 +235,7 @@ mod tests {
use pretty_assertions::assert_eq;
use std::collections::HashMap;
use std::path::Path;
use std::path::PathBuf;
#[test]
fn argv_to_command_line_quotes_each_argument_independently() {