]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
t/ipc.t: streamline dependency check
authorEric Wong <e@80x24.org>
Tue, 19 Aug 2025 00:33:37 +0000 (00:33 +0000)
committerEric Wong <e@80x24.org>
Wed, 20 Aug 2025 19:10:17 +0000 (19:10 +0000)
commit45fd0c5283fe5c08ee38ae20ea113d37004b8a05
treec1fcbccfdd9b38b442bb2d0c1683de9922ff7928
parente1fbabbd61aa8dfa438b2f04fb93b6ddfff1cf10
t/ipc.t: streamline dependency check

We should not be checking for Socket::Msghdr or Inline::C
presence since there is now a 3rd way to support SCM_RIGHTS
passing with the syscall, pack, and unpack perlops.
t/ipc.t