summaryrefslogtreecommitdiff
path: root/src/t
AgeCommit message (Expand)AuthorFilesLines
2018-05-03dpkg-divert: Warn when using --add or --remove w/o --rename or --no-renameGuillem Jover1-4/+5
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-2/+10
2015-09-14t: Fix coding styleGuillem Jover1-1/+1
2015-04-21src/t: Fix dpkg-divert.t when skipping test due to missing /dev/fullGuillem Jover1-1/+3
2015-04-21src/t: Fix dpkg-divert.t to work even w/o /dev/fullGuillem Jover1-2/+8
2015-04-21src/t: Fix dpkg-divert.t to work on BSD userlandGuillem Jover1-0/+2
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover1-2/+4
2015-01-28test: Move use strict and warnings as the first directivesGuillem Jover1-3/+5
2014-05-17test: Add labels to Test::More testsGuillem Jover1-4/+4
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-3/+3
2013-11-24perl: Always check open() return valueGuillem Jover1-4/+8
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-5/+5
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-3/+4
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-0/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-62/+62
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-10/+10
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-12/+12
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-4/+4
2013-04-19Explicitly quote HEREDOC markers in perl codeGuillem Jover1-12/+12
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover1-0/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2012-09-27build: Cleanup dpkg-divert unit-test environmentGuillem Jover1-0/+4
2012-04-27dpkg-divert: Add test case for ignored rename request from diverting packageColin Watson1-2/+43
2012-03-31dpkg-divert: Check all dpkg-divert filename argumentsGuillem Jover1-1/+7
2012-03-31dpkg-divert: Use call_divert_badusage() to test for single argumentsGuillem Jover1-3/+3
2012-03-31dpkg-divert: Only check for --divert being absolute when setting itGuillem Jover1-2/+3
2012-03-16dpkg-divert: Properly handle diversions of shared filesRaphaël Hertzog1-1/+2
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-1/+1
2011-09-29Do not assume existence of paths on the build system in the test suiteGuillem Jover1-1/+1
2011-07-27dpkg-divert: fix the test-suite to also skip tests that would fail if run as ...Raphaël Hertzog1-3/+3
2010-08-01Fix dpkg-divert test suite to cope with + in the build directory nameJonathan Nieder1-5/+5
2010-07-11build: Move dpkg_divert test case from scripts to srcGuillem Jover1-0/+560