summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test for presence of BASH_LINENO[0]Kerin Millar2021-01-081-1/+1
* Add missing-section tests to context-format test caseAndreas Gruenbacher2019-12-241-2/+84
* Skip "ed" test when the ed utility is not installedAndreas Gruenbacher2019-06-271-0/+1
* Don't leak temporary file on failed multi-file ed-style patchJean Delvare2018-05-071-0/+31
* Fix 'ed-style' test failure.Bruno Haible2018-04-071-2/+1
* Fix arbitrary command execution in ed-style patches (CVE-2018-1000156)Andreas Gruenbacher2018-04-062-0/+42
* Test suite: fix Korn shell incompatibilityAndreas Gruenbacher2018-02-071-1/+1
* Test suite compatibility fixesAndreas Gruenbacher2018-02-074-27/+18
* Create git diff files with indicated modeThomas Orgis2018-01-232-0/+52
* Don't allow hunks to overlapAndreas Gruenbacher2017-09-062-2/+58
* tests: use $PATCH rather than hard-coded pathJim Meyering2016-07-311-1/+1
* Fix broken git-style patch behaviorAndreas Gruenbacher2016-07-272-0/+76
* Fix inname test caseAndreas Gruenbacher2016-07-271-1/+1
* Add context-format test to XFAIL_TESTS for nowAndreas Gruenbacher2016-07-271-1/+2
* Add broken context-format test casesAndreas Gruenbacher2016-03-182-0/+41
* Input file outside current directory: add test caseAndreas Gruenbacher2015-07-201-2/+18
* Don't require traditional patch header after "git --diff"Andreas Gruenbacher2015-03-092-0/+34
* Allow absolute symlinks that lead back into the working directoryAndreas Gruenbacher2015-03-071-0/+26
* Add more path traversal test casesTim Waugh2015-03-051-4/+123
* Follow directory symlinks within the working directoryAndreas Gruenbacher2015-03-051-3/+7
* Fix handling of renamed filesAndreas Gruenbacher2015-02-221-0/+24
* Fix symlinks test case on some architecturesAndreas Gruenbacher2015-02-101-2/+3
* Test suite portability fixesAndreas Gruenbacher2015-02-043-4/+4
* Check the result of the --follow-symlinks optionAndreas Gruenbacher2015-02-021-0/+8
* Fix indentation heuristic for context diffsAndreas Gruenbacher2015-01-312-0/+26
* tests: add a test case for unwanted mode changes.Quentin Casasnovas2015-01-312-0/+35
* test-lib.sh: factorize require_* functionsQuentin Casasnovas2015-01-3136-58/+54
* Add test case for patch behind symlinkAndreas Gruenbacher2015-01-311-0/+17
* Allow arbitrary symlink targets againTim Waugh2015-01-311-18/+39
* Add symlink-safe system call replacementsTim Waugh2015-01-312-1/+30
* Fix the fix for CVE-2015-1196v2.7.3Andreas Gruenbacher2015-01-221-14/+18
* Make sure symlinks don't point outside working directory (CVE-2015-119)Andreas Gruenbacher2015-01-191-0/+53
* Improve error message when refusing to delete fileAndreas Gruenbacher2014-08-131-3/+3
* Preserve function names in reject filesSteven Rostedt2013-08-191-2/+2
* Test case for the dry-run fixAndreas Gruenbacher2013-07-301-3/+19
* Fix removing empty directoriesAndreas Gruenbacher2013-03-102-0/+30
* Initialize data structures early enoughAndreas Gruenbacher2012-10-042-0/+19
* Don't fail test suite if printf '\0' is brokenAndreas Gruenbacher2012-09-301-4/+8
* Repair 'backup of unmodified file' testAndreas Gruenbacher2012-09-281-8/+5
* Improve the previous commitAndreas Gruenbacher2012-09-261-3/+23
* Only expect files to become empty if the patch says soAndreas Gruenbacher2012-09-251-10/+70
* Improve messages when in --dry-run modeAndreas Gruenbacher2012-09-224-12/+19
* Improve handling of LF vs. CRLF line endingsAndreas Gruenbacher2012-09-221-6/+14
* Add a missing explanation in the tests/crlf-handling test caseAndreas Gruenbacher2012-09-201-0/+4
* Add --follow-symlinks option for backwards compatibilityAndreas Gruenbacher2012-09-191-0/+5
* Fix file truncation when switching from git diff to non-git diffAndreas Gruenbacher2012-09-181-5/+36
* Improve error message when patching a file of different typeAndreas Gruenbacher2012-09-181-3/+3
* Minor test case updatesAndreas Gruenbacher2012-09-182-6/+6
* Allow to use potentially dangerous filenames from the root directoryAndreas Gruenbacher2012-09-171-0/+11
* In a git-style diff, make sure not to unlink the original by accidentAndreas Gruenbacher2012-09-131-1/+26