From ed1aee6061e59b09f07875e6a4efaffcd279286d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Jul 2015 10:54:36 +1000 Subject: [PATCH] test: don't leak the custom udev rule path for devices with custom creates Signed-off-by: Peter Hutterer --- test/litest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/litest.c b/test/litest.c index d2d82a18..d7769d5f 100644 --- a/test/litest.c +++ b/test/litest.c @@ -1049,6 +1049,7 @@ litest_create(enum litest_device_type which, litest_abort_msg("Custom create cannot be overridden"); } + d->udev_rule_file = udev_file; return d; }