diff options
| author | Michael Jeanson <mjeanson@efficios.com> | 2024-02-05 15:22:39 -0500 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-02-12 06:49:57 -0800 |
| commit | 155bb9d036646138348fee0ac045de601811e0c5 (patch) | |
| tree | 6723d0d2832b3f82a2241aa3202d9e27970c4ae6 /scripts/glibc_shared_code.py | |
| parent | c676808a34e27fc3f7b1115c5257b382c6f00cb4 (diff) | |
| download | glibc-155bb9d036646138348fee0ac045de601811e0c5.tar.xz glibc-155bb9d036646138348fee0ac045de601811e0c5.zip | |
x86/cet: fix shadow stack test scripts
Some shadow stack test scripts use the '==' operator with the 'test'
command to validate exit codes resulting in the following error:
sysdeps/x86_64/tst-shstk-legacy-1e.sh: 31: test: 139: unexpected operator
The '==' operator is invalid for the 'test' command, use '-eq' like the
previous call to 'test'.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'scripts/glibc_shared_code.py')
0 files changed, 0 insertions, 0 deletions
