From eb3eda1020f16ba0193fe67e0d2b5ae2d696589a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 3 Jan 2024 17:17:35 -0500 Subject: [PATCH] debug --- tests/xtouch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/xtouch.c b/tests/xtouch.c index 260a3a37..bc50cee3 100644 --- a/tests/xtouch.c +++ b/tests/xtouch.c @@ -77,6 +77,9 @@ static int open_parent(const struct args *args, const char **path) { } else { goto err; } + case EFAULT: + perror("WTF openat()"); + break; default: goto err; }