Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jan 4, 2024
1 parent 909ad9a commit eb3eda1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/xtouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit eb3eda1

Please sign in to comment.