]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tunables.c
support: Add envp argument to support_capture_subprogram
[thirdparty/glibc.git] / elf / tst-tunables.c
index dff34ed748b4ae83974c188b0a5fdb6dbccb4274..4884dd09f0ddc505319e04855cadd0337fa632a6 100644 (file)
@@ -396,7 +396,7 @@ do_test (int argc, char *argv[])
              tests[i].value);
       setenv (tests[i].name, tests[i].value, 1);
       struct support_capture_subprocess result
-       = support_capture_subprogram (spargv[0], spargv);
+       = support_capture_subprogram (spargv[0], spargv, NULL);
       support_capture_subprocess_check (&result, "tst-tunables", 0,
                                        sc_allow_stderr);
       support_capture_subprocess_free (&result);