summaryrefslogtreecommitdiffstats
path: root/test/perms.test
Commit message (Collapse)AuthorAgeFilesLines
* Separate working directory for each test caseJean Delvare2010-01-231-6/+2
| | | | | | | | | | | | | | | | | Let the test suite runner script create a separate working directory for each test. This makes it possible to run several tests in parallel, speeding up testing on SMP systems. It also ensures that a broken test case can no longer cause another test case to fail. At this point, it is possible to run the test suite in parallel, the final result (success or failure) will be correct, however the output is hardly readable because the progress of all tests are interlaced. This will be improved later. As a nice side effect, this means we can drop the setup and clean-up steps that were present in all test cases.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-061-6/+0
| | | | | | | | | | that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff <file> | patch -p1'', anyway. - Update German translation.
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-271-2/+2
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - Always use full command names in the test suite.Andreas Gruenbacher2006-01-161-2/+2
|
* - 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-1/+1
| | | | | directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt).
* - Fix test/perms.test for LANG=POSIX (from John VandenbergAndreas Gruenbacher2005-09-061-6/+6
| | | | | <jayvdb@gmail.com>), and always run the test cases with LANG set to POSIX.
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-0/+65
- Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.