Bug#932124: insserv: test suite does not work with installed binary

2019-07-19 Thread Jesse Smith
The assumption here, that the user can run "make check insserv=/sbin/insserv" and have it run the testsuite against the installed binary is correct. This does work. The problem encountered in the bug report is an older version of insserv is installed at /sbin/insserv. The older copy does not recog

Bug#932124: insserv: test suite does not work with installed binary

2019-07-15 Thread Dmitry Bogatov
Package: insserv Severity: normal Dear Maintainer, in tests/suite there is following line: : ${insserv:=${PWD}/../insserv} I assume, that shy assignment (${foo:=defval}) means that I can override this value via environment variable. But I try, I get following error: $ make che