diff mbox series

[2/2] getrlimit/getrlimit03: add test to runtest/syscalls

Message ID 20181203190148.93108-2-ghackmann@google.com
State Accepted
Delegated to: Petr Vorel
Headers show
Series [1/2] getrlimit/getrlimit03: add configure-time check for struct ulimit64 | expand

Commit Message

Greg Hackmann Dec. 3, 2018, 7:01 p.m. UTC
When I added this test, I forgot to add it to runtest/syscalls.  Let's
fix that.

Signed-off-by: Greg Hackmann <ghackmann@google.com>
---
 runtest/syscalls | 1 +
 1 file changed, 1 insertion(+)

Comments

Petr Vorel Dec. 3, 2018, 8:34 p.m. UTC | #1
Hi Greg,

> When I added this test, I forgot to add it to runtest/syscalls.  Let's
> fix that.

> Signed-off-by: Greg Hackmann <ghackmann@google.com>

Thanks for your patch, pushed (with slightly changed commit message).

Kind regards,
Petr
diff mbox series

Patch

diff --git a/runtest/syscalls b/runtest/syscalls
index ac1d2d2cd..34b47f36b 100644
--- a/runtest/syscalls
+++ b/runtest/syscalls
@@ -439,6 +439,7 @@  getresuid03 getresuid03
 
 getrlimit01 getrlimit01
 getrlimit02 getrlimit02
+getrlimit03 getrlimit03
 
 get_mempolicy01 get_mempolicy01
 get_robust_list01 get_robust_list01