From e07e8842ef2c6d57e34bd4d0183afa41ea6bc763 Mon Sep 17 00:00:00 2001 From: kpsmiley23 Date: Wed, 9 Sep 2020 12:42:10 -0400 Subject: [PATCH] Update T1106.yaml (#1217) Execution doesn't currently work because tmp variable was broken Tested successfully on a local instance Co-authored-by: Carrie Roberts --- atomics/T1106/T1106.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1106/T1106.yaml b/atomics/T1106/T1106.yaml index 18d54922..ea8a3895 100644 --- a/atomics/T1106/T1106.yaml +++ b/atomics/T1106/T1106.yaml @@ -18,6 +18,6 @@ atomic_tests: executor: command: | C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /out:"#{output_file}" /target:exe #{source_file} - %tmp/T1106.exe + %tmp%/T1106.exe name: command_prompt