fix input arg name (#1063)
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user