summaryrefslogtreecommitdiffstats
path: root/test/missing.test
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/pop.in: Delete .pc/$patch directory when popping emptyJean Delvare2006-04-261-1/+4
| | | | | | | | | | | patches. Report and original patch by Arnaud Patard. - quilt/push.in: Create .pc/$patch directory when pushing missing or empty patches. If we don't, some commands such as rename can fail later. - test/missing.test: Test rename command on missing patches. - test/empty.test: New test case similar to missing.test, but for empty patches. Somewhat based on a contribution by Arnaud Patard.
* - Fix the test suite so that directories leftover from a previouslyJean Delvare2005-09-231-0/+1
| | | | interrupted test won't cause a test to fail.
* - Fix the test suite so that it doesn't fail if any higher-levelAndreas Gruenbacher2005-09-231-2/+1
| | | | | directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt).
* - test/missing.test: Fix test case.Andreas Gruenbacher2005-07-271-2/+2
|
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-211-0/+22
and not to stderr (Jean Delvare). - Don't fail when popping missing patches (Jerome Lacoste, Jean Delvare, I).