summaryrefslogtreecommitdiffstats
path: root/test/null-bug.test
Commit message (Collapse)AuthorAgeFilesLines
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-191-1/+1
|
* - Always use full command names in the test suite.Andreas Gruenbacher2006-01-161-1/+1
|
* - test/null-bug.test: Fix the original directory creation so thatJean Delvare2006-01-101-1/+2
| | | | | | | the test doesn't fail if any higher-level directory contains a patches/ sub-directory. - test/*.test: Fix the test suite after the December 8th, 2005 change to quilt diff. Contributed by Markus Oberhumer.
* - Oops, the /dev/null "fix" broke create-delete.test. Back out this changeAndreas Gruenbacher2005-11-281-0/+11
| | | | and fix only the specific -p0 case.
* - quilt/diff.in, quilt/refresh.in: stop using /dev/null for addedAndreas Gruenbacher2005-11-281-0/+24
or removed files: GNU diff does not do that either, and for removed files this leads to headers that only reference $file.orig and /dev/null, so the actual file is not found. (This is only truly fixes -p0 style patches as -p1 style patches use dir.orig/file instead of dir/file.orig so the filename is not lost, but stopping to use /dev/null makes sense for -p style patches just the same. - files command: remove a redundant find_patch(). - Make top_patch() fail if there is no top patch.