$OpenBSD: patch-Makefile,v 1.4 2017/06/28 13:16:48 ajacoutot Exp $

--- Makefile.orig	Wed May 11 18:33:38 2016
+++ Makefile	Tue Nov  1 22:28:20 2016
@@ -29,7 +29,7 @@ build:
 check: build tests/pyrun2
 	PYTHONPATH=`pwd`/$(BUILD_DIR):$$PYTHONPATH \
 	ROOT_PATH=$(ROOT_PATH) \
-	$(PYTHON) `which nosetests` -v -s -w tests
+	$(PYTHON) tests/setproctitle_test.py -v
 
 tests/pyrun2: tests/pyrun.c
 	$(CC) $(PYINC) -o $@ $< $(PYLIB)
