summaryrefslogtreecommitdiff
path: root/tests/t0200-edit-tests.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow options in EDITOR variableJason A. Donenfeld2014-06-291-1/+2
| | | | | | | | This is required by most graphical editors, as the shell command they provide needs to be told to wait until the file has been closed. This reverts '311c98c9140205f32be2720db9261c67da658c4c'. We thus use PATH so that the tests still pass in directories with spaces.
* Allow overridable bash.Jason A. Donenfeld2014-04-241-1/+1
|
* tests: run from anywhereJason A. Donenfeld2014-04-241-0/+1
|
* Turns out aliases were a bad idea.Jason A. Donenfeld2014-04-241-4/+4
|
* Use aliases instead of variables for command portability.Jason A. Donenfeld2014-04-231-4/+4
|
* tests: make more gritty, less setupJason A. Donenfeld2014-04-231-6/+4
|
* tests: make variables saneJason A. Donenfeld2014-04-231-2/+2
|
* tests: styleJason A. Donenfeld2014-04-231-1/+1
|
* tests: make bash usage explicitJason A. Donenfeld2014-04-231-1/+1
|
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-221-0/+17
to X_SELECTIONJason A. Donenfeld2-6/+6 2014-03-22Version bump ahead of release.Jason A. Donenfeld1-1/+1 2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed