summaryrefslogtreecommitdiffstats
path: root/test/textfile/issue-3540.py
Commit message (Collapse)AuthorAgeFilesLines
* Make subst call a callable with sig set properlyMats Wichmann2021-10-231-3/+3
| | | | | | | | | | If the substable element is a callable, only set for_signature true if the mode is SUBST_SIG. Previously it was set even if the mode was SUBST_RAW. Fixes #4037 Signed-off-by: Mats Wichmann <mats@linux.com>
* Remove verbose_set calls from testsMats Wichmann2020-03-181-2/+0
| | | | | | | | test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add testcase for GitHub Issue #3540. Update tests for 3550 to allow 3540 to ↵William Deegan2020-02-161-0/+48
use some of it's test files