From 6d08edbdf0853b5257fb160d73609784f32b1df3 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 13 Jun 2023 17:19:05 -0700 Subject: [PATCH] Update T1486.yaml --- atomics/T1486/T1486.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1486/T1486.yaml b/atomics/T1486/T1486.yaml index cdc2bc3d..7a94da6c 100644 --- a/atomics/T1486/T1486.yaml +++ b/atomics/T1486/T1486.yaml @@ -209,7 +209,7 @@ atomic_tests: default: ~/test.txt executor: command: | - 7z a -p#{file_password} -mhe=on #{encrypted_file_name} #{input_file_path} + 7z a -p #{file_password} -mhe=on #{encrypted_file_name} #{input_file_path} cleanup_command: | rm #{encrypted_file_name} name: sh