From 46d03cf5d7ecc7bc9c0d052428e13fd46b3af4dc Mon Sep 17 00:00:00 2001 From: JrOrOneEquals1 <49999278+JrOrOneEquals1@users.noreply.github.com> Date: Fri, 19 Jun 2020 01:26:20 +0000 Subject: [PATCH] remove unused input arg (#1066) --- atomics/T1564.001/T1564.001.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/atomics/T1564.001/T1564.001.yaml b/atomics/T1564.001/T1564.001.yaml index 340a8ca2..e4559e30 100644 --- a/atomics/T1564.001/T1564.001.yaml +++ b/atomics/T1564.001/T1564.001.yaml @@ -100,11 +100,6 @@ atomic_tests: Hide a directory on MacOS supported_platforms: - macos - input_arguments: - filename: - description: path of file to hide - type: path - default: /tmp/evil executor: command: | touch /var/tmp/T1564.001_mac.txt @@ -123,4 +118,4 @@ atomic_tests: defaults write com.apple.finder AppleShowAllFiles YES cleanup_command: | defaults write com.apple.finder AppleShowAllFiles NO - name: sh \ No newline at end of file + name: sh