From cbe95e5a3a04724291066304b78bd35aa75d16c8 Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 5 Sep 2018 06:15:36 -0600 Subject: [PATCH] clean up --- atomics/T1121/T1121.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomics/T1121/T1121.yaml b/atomics/T1121/T1121.yaml index 3e50bd0b..5a0d9c80 100644 --- a/atomics/T1121/T1121.yaml +++ b/atomics/T1121/T1121.yaml @@ -22,6 +22,7 @@ atomic_tests: command: | C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /r:System.EnterpriseServices.dll /target:library #{source_file} C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe /U #{file_name} + del #{file_name} - name: Regsvs Uninstall Method Call Test description: |