fix input arg name (#1063)

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
JrOrOneEquals1
2020-06-19 01:15:15 +00:00
committed by GitHub
parent 8b92674c8b
commit 9468c7d87d
+1 -1
View File
@@ -21,7 +21,7 @@ atomic_tests:
dependency_executor_name: bash
dependencies:
- description: |
The shared library must exist on disk at specified location (#{path_to_shared_library})
The shared library must exist on disk at specified location (#{path_malicious_plist})
prereq_command: |
if [ -f #{path_malicious_plist} ]; then exit 0; else exit 1; fi;
get_prereq_command: |