This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-08 14:20:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
glibc
/
elf
/
tst-audit15.c
2 lines
25 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
elf: Update audit tests to not depend on stdout The tst-audit14, tst-audit15 and tst-audit16 tests all have audit modules that write to stdout; the test reads from stdout to confirm what was written. This assumes the stdout is a file which is not the case when run over ssh. This patch updates the tests to use a post run cmp command to compare the output against and .exp file. This is similar to how many other tests work and it fixes the stdout limitation. Also, this means the test code can be greatly simplified. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2021-10-05 23:30:38 +00:00
#
include
"tst-audit14.c"
Reference in New Issue
Copy Permalink