fix(expected): dynamic bins
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
./bins_static/args test args
|
||||
./bins_dynamic/args test args
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
add(22, 33) = 55
|
||||
puts from dlopened libc
|
||||
sharedlib: global_var == 42
|
||||
sharedlib: tls_var == 21
|
||||
main: global_var == 42
|
||||
main: tls_var == 21
|
||||
@@ -130,8 +130,8 @@ EUSERS macro available
|
||||
EWOULDBLOCK macro available
|
||||
EXDEV macro available
|
||||
EXFULL macro available
|
||||
./bins_static/errno
|
||||
./bins_static/errno
|
||||
./bins_dynamic/errno
|
||||
./bins_dynamic/errno
|
||||
errno
|
||||
changed to argv[0]
|
||||
changed to program_invocation_name
|
||||
|
||||
Reference in New Issue
Block a user