remove unused input arg (#1066)

This commit is contained in:
JrOrOneEquals1
2020-06-19 01:26:20 +00:00
committed by GitHub
parent ee9de1db31
commit 46d03cf5d7
+1 -6
View File
@@ -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
name: sh