summaryrefslogtreecommitdiff
path: root/t/dh_installdocs/debian
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25t: Make tests work without fakeroot when R³ is enabledNiels Thykier1-0/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-02t: Drop unnecessary filesNiels Thykier1-1/+0
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-02dh_installdocs.t: Migrate to Test::DHNiels Thykier1-0/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-07-16Add some tests for for dh_installdocsSven Joachim4-0/+27
This is a small test suite for dh_installdocs, motivated by the problems found in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830309. It catches both the bug introduced in commit 71007f72da682dd9d7f932d81ca and the regression caused by commit 863ef397c939340e863be1e96c822934a. The tests verify that the correct /usr/share/doc symlinks and directories are set up with and without the --link-doc option, in both compat level 9 and 11. Since dh_installdocs runs chown(1), the tests are skipped if run by an ordinary user and fakeroot is unavailable. Signed-off-by: Niels Thykier <niels@thykier.net>