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:
Swapnil
2022-04-22 19:24:55 +05:30
committed by GitHub
parent 696325f10a
commit 7674d89a85
+2 -2
View File
@@ -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