1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00
Luca Boccassi 3b32d333e8 test-fd-util: compare FDs to /bin/sh instead of /dev/null
/dev/null is a character device, so same_fd() in the fallback path
that compares fstat will fail, as that bails out if the fd refers
to a char device. This happens on kernels without F_DUPFD_QUERY and
without kcmp.

/* test_same_fd */
Assertion 'same_fd(d, e) > 0' failed at src/test/test-fd-util.c:111, function test_same_fd(). Aborting.

Fixes #35552
2024-12-11 13:42:11 +00:00
..
2024-11-19 09:55:07 +01:00
2024-04-15 08:13:50 +02:00
2024-12-05 10:42:15 +01:00
2024-11-08 00:53:22 +03:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-07-22 23:57:00 +02:00
2024-07-22 23:57:00 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-10-16 10:06:57 +01:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-18 17:39:34 +02:00
2024-04-15 08:13:50 +02:00
2024-10-11 23:10:23 +03:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-04-15 08:13:50 +02:00
2024-09-21 05:10:47 +09:00
2024-04-15 08:13:50 +02:00