a quick fix for a non-conformant variable (#1881)
* a quick fix for a non-conformant variable * Update T1574.006.yaml Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ atomic_tests:
|
||||
- description: |
|
||||
The shared library must exist on disk at specified location (#{path_to_shared_library})
|
||||
prereq_command: |
|
||||
if [ -f #{path_to_shared_library ]; then exit 0; else exit 1; fi;
|
||||
if [ -f #{path_to_shared_library} ]; then exit 0; else exit 1; fi;
|
||||
get_prereq_command: |
|
||||
gcc -shared -fPIC -o #{path_to_shared_library} #{path_to_shared_library_source}
|
||||
executor:
|
||||
@@ -61,4 +61,4 @@ atomic_tests:
|
||||
executor:
|
||||
command: |
|
||||
LD_PRELOAD=#{path_to_shared_library} ls
|
||||
name: bash
|
||||
name: bash
|
||||
|
||||
Reference in New Issue
Block a user