Description: Fix tests/Makefile
Author: Fabian Wolff <fabi.wolff@arcor.de>
Last-Update: 2018-05-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,11 +5,11 @@
 TESTLOADS := $(shell ls *.man | sed '/.man/s///')
 
 default:
-	@setpython python2
+	@./setpython python2
 	@make -e --quiet regress
-	@setpython python3
+	@./setpython python3
 	@make -e --quiet regress
-	@setpython python
+	@./setpython python
 	@echo "No output (other than testfile stem names) is good news."
 
 rebuild:
