aports/main/multipath-tools/disable-devt-test.patch
2025-04-08 07:15:03 +00:00

16 lines
674 B
Diff

depends on udev and being able to see into /sys
which is not present in rootbld
diff --git a/tests/Makefile b/tests/Makefile
index 28c00ad..1878ba2 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -9,7 +9,7 @@ CFLAGS += $(BIN_CFLAGS) -Wno-unused-parameter $(W_MISSING_INITIALIZERS)
LIBDEPS += -L. -L $(mpathutildir) -L$(mpathcmddir) -lmultipath -lmpathutil -lmpathcmd -lcmocka
TESTS := uevent parser util dmevents hwtable blacklist unaligned vpd pgpolicy \
- alias directio valid devt mpathvalid strbuf sysfs features cli mapinfo
+ alias directio valid mpathvalid strbuf sysfs features cli mapinfo
HELPERS := test-lib.o test-log.o
.PRECIOUS: $(TESTS:%=%-test)