Description: <Disable the sv upstream test>
 <Disable the sv test that fails on Hurd>
Author: <Lorenzo Puliti plorenzo@disroot.org>
Bug-Debian: #1003891
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/runit-2.1.2/src/Makefile
+++ b/runit-2.1.2/src/Makefile
@@ -1,9 +1,10 @@
 IT=chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset
+IT-H=chpst runit runit-init runsv runsvchdir runsvdir svlogd utmpset
 
 default: sysdeps $(IT)
 
-check: $(IT)
-	./check-local $(IT)
+check: $(IT-H)
+	./check-local $(IT-H)
 	cd t && runsvdir=../runsvdir ./runtest.sh
 
 runit: load runit.o unix.a byte.a
