Skip to content

Commit

Permalink
escape the separator
Browse files Browse the repository at this point in the history
  • Loading branch information
spatten committed Oct 31, 2024
1 parent 2b70287 commit 6c4d50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extlib/millhone/src/cmd/analyze_container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ mod tests {
}}
}}
"#,
separator = std::path::MAIN_SEPARATOR
separator = std::path::MAIN_SEPARATOR_STR.replace("\\", "\\\\")
);
let image_tar_file =
PathBuf::from("../../test/App/Fossa/Container/testdata/nested_jars.tar");
Expand Down

0 comments on commit 6c4d50f

Please sign in to comment.