summaryrefslogtreecommitdiffstats
path: root/test/run
Commit message (Collapse)AuthorAgeFilesLines
* - Add a dual BSD/GPL license header to test/run.Andreas Gruenbacher2008-11-021-0/+27
| | | | | - Only run test/patch-wrapper.test if the --with-patch-wrapper config option is used.
* test/run: Don't attempt to remove comments from command lines. We don'tJean Delvare2007-02-201-1/+0
| | | | | put such comments in our test cases, and it prevents legitimate uses of the "#" character (e.g. in a string, inside quotes) in commands.
* - quilt/edit.in: Fix for working in subdirectories.Andreas Gruenbacher2006-03-151-2/+5
|
* - test/run: Avoid warnings with some versions of Perl.Andreas Gruenbacher2006-02-111-3/+4
|
* - compat/date.in: Fix GetOptions problem with options startingAndreas Gruenbacher2006-02-011-1/+4
| | | | | | | with `+'. - test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.
* - Don't pad right-hand side of ==, !=, =~, !~ with spaces.Andreas Gruenbacher2006-01-291-3/+2
|
* - test/run: Support regex matching in test scripts.Andreas Gruenbacher2006-01-211-9/+16
|
* - test/run: Do not depend on Term::ReadKey.Jean Delvare2005-09-231-2/+1
|
* - quilt remove: Update restored file's timestamp. Also, some usesv0.39Andreas Gruenbacher2005-02-101-1/+5
| | | | | | | caused a subsequent ``quilt diff -z'' to fail: we must mark the patch as dirty after removing files. - test/run: adjust to terminal width. - Bump version to 0.39.
* - scripts/patchfns.in: set the dotglob option so that dot filesAndreas Gruenbacher2004-09-221-2/+2
| | | | | | | | | | | | | will show up in file globs as well. Bug reported by James Rowe. - Add a missing tab to the patch header of files that are removed. Bug reported by James Rowe. - Push command: Without -f or --leave-rejects, when applying a patch failed, the *.rej files were not removed properly. Change the code so that they won't be created in the working tree in the first place this case. - test/run script: Oops, the previouos commit was not the latest version. - Bump version to 0.36.
* - Series command: add missing paths to patches ifAndreas Gruenbacher2004-09-211-0/+7
| | | | | $QUILT_PATCHES_PREFIX is set. - test/run script: Add export and unset statements.
* - Add a few more test cases for subdirectory support.Andreas Gruenbacher2004-01-281-5/+7
| | | | - Fix a few bugs introduced while merging Chris's patch.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-51/+98
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* Start with a very minimal test suiteAndreas Gruenbacher2003-02-061-0/+226