In the insert_bad_source test, we drop the FD "420", which doesn't exist. Previously the error was ignored, but in the latest nightly it now aborts the program. This commit fixes this by leaking the bad "OwnedFd" instead of leaving it to be dropped.
Signed-off-by: John Nunley <dev@notgull.net>
diff --git a/src/loop_logic.rs b/src/loop_logic.rs index 1b246814fb..a4e89085c1 100644