diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 415e896..a303b7e 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -347,7 +347,7 @@ async fn test_reproducible_shasum( } else { "environment.sh" }); - + let mut pack_options = options.pack_options.clone(); pack_options.create_executable = true; pack_options.output_file = output_file.clone();