summaryrefslogtreecommitdiff
path: root/testsuite/patch.tests
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2020-06-231-2/+2
* patch: fix matching failureAaro Koskinen2016-11-241-0/+45
* patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-101-0/+16
* patch: make it able to create files (again)Rob Landley2011-08-221-1/+0
* patch: add a test we currently failDenys Vlasenko2011-08-161-0/+15
* add a test for patch which we currently failDenys Vlasenko2010-11-281-0/+37
* patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-211-2/+2
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-1/+23
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* patch: uncomment the test which we actually do pass nowDenys Vlasenko2010-08-161-4/+6
* patch: add -N and a test for it (fails for now)Denys Vlasenko2010-08-161-1/+26
* patch: replace it with toybox's implementationRob Landley2010-08-131-5/+8
* randomtest fixesDenys Vlasenko2010-05-111-0/+2
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-1/+1
* patch: add another test (currently fails)Denys Vlasenko2009-10-251-0/+26
* patch: add longopts, --dry-run, add one more testDenys Vlasenko2009-10-241-6/+41
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-1/+19
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-251-0/+47