summaryrefslogtreecommitdiffstats
path: root/test/colon-in-patch-name.test
Commit message (Collapse)AuthorAgeFilesLines
* test: Improve the coverage of unusual patch namesJean Delvare2014-03-021-0/+36
| | | | | Test the top and previous of patches with unusual names. Also test a few more unusual characters.
* Fix handling of patch files with ':' in their nameBenjamin Poirier2012-12-051-0/+47
avoids errors like this: $ quilt refresh sed: -e expression #1, char 21: unknown option to `s' Nothing in patch patches/strange:name [Satoru Takeuchi: suggested first alternative implementation not relying on find -printf.] [Jean Delvare: added missing quoting and a new test file for this case.]