diff options
Diffstat (limited to 'elf/tst-audit22.c')
-rw-r--r-- | elf/tst-audit22.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-audit22.c b/elf/tst-audit22.c index 4e97be3..6aa18af 100644 --- a/elf/tst-audit22.c +++ b/elf/tst-audit22.c @@ -83,7 +83,7 @@ do_test (int argc, char *argv[]) setenv ("LD_AUDIT", "tst-auditmod22.so", 0); struct support_capture_subprocess result - = support_capture_subprogram (spargv[0], spargv); + = support_capture_subprogram (spargv[0], spargv, NULL); support_capture_subprocess_check (&result, "tst-audit22", 0, sc_allow_stderr); /* The respawned process should always print the vDSO address (otherwise it |