aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2.1.2 is going to be released next weekJason A. Donenfeld2015-01-281-6/+0
|
* Skip broken tests.Jason A. Donenfeld2015-01-281-0/+6
|
* Add unprotected keys for GnuPG 2.1Jason A. Donenfeld2015-01-2811-0/+0
|
* Use more stable with-colons outputJason A. Donenfeld2015-01-281-2/+2
|
* Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld2015-01-281-1/+1
| | | | | | | This reverts commit ec8140b0f1a422aad16d41d0c322f3a6ceef74fe. The needed option is only available on GnuPG 2.1, and we need to support GnuPG 2.0 too.
* Take into account use in testsJason A. Donenfeld2015-01-281-1/+1
|
* 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.
* Disable secmem warning when discovering keysmilki2014-05-141-1/+1
| | | | | Key discovery parses stderr output of gnupg. The secmem warning interferes with parsing.
* generate: add --in-place optionJason A. Donenfeld2014-05-062-0/+8
|
* tests: remember to escape $Jason A. Donenfeld2014-04-241-1/+1
|
* tests: test for spacesJason A. Donenfeld2014-04-243-8/+20
|
* Move test instructions to INSTALL.Jason A. Donenfeld2014-04-241-11/+0
|
* tests: we don't use aggregate-resultsJason A. Donenfeld2014-04-241-57/+0
|
* Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld2014-04-242-5/+3
|
* Allow overridable bash.Jason A. Donenfeld2014-04-2413-13/+13
|
* tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld2014-04-241-1/+1
|
* tests: run from anywhereJason A. Donenfeld2014-04-2412-3/+15
|
* Turns out aliases were a bad idea.Jason A. Donenfeld2014-04-2411-68/+66
|
* tests: todo updateJason A. Donenfeld2014-04-241-25/+0
|
* tests: test out find commandJason A. Donenfeld2014-04-241-0/+17
|
* tests: Only fake gpg agent if gpg2.Jason A. Donenfeld2014-04-241-3/+4
|
* tests: add grep testJason A. Donenfeld2014-04-231-0/+20
|
* tests: expand move testsJason A. Donenfeld2014-04-231-5/+39
|
* Use aliases instead of variables for command portability.Jason A. Donenfeld2014-04-239-46/+46
|
* Use real pass location.Jason A. Donenfeld2014-04-234-5/+5
|
* Support git testsJason A. Donenfeld2014-04-232-2/+14
|
* tests: make more gritty, less setupJason A. Donenfeld2014-04-239-209/+50
|
* tests: add reencryption testsJason A. Donenfeld2014-04-231-0/+81
|
* tests: make variables saneJason A. Donenfeld2014-04-238-65/+54
|
* tests: have multiple gpg keys availableJason A. Donenfeld2014-04-235-4/+12
|
* tests: force creation of new credsJason A. Donenfeld2014-04-231-2/+2
|
* tests: Remove work-around for 'pass insert' in create_cred()Von Welch2014-04-221-4/+2
|
* tests: better group resolutionJason A. Donenfeld2014-04-231-2/+7
|
* tests: styleJason A. Donenfeld2014-04-231-4/+5
|
* tests: styleJason A. Donenfeld2014-04-238-19/+19
|
* tests: add key resolution functionsJason A. Donenfeld2014-04-231-0/+32
|
* Added 'test directory.*' (created on failed test) to gitignoreVon Welch2014-04-221-0/+1
|
* Add git ignore files.Jason A. Donenfeld2014-04-231-0/+2
|
* tests: with agent emulation, pass_init() errors if 'pass init' failsVon Welch2014-04-221-5/+1
|
* tests: emulate running agentJason A. Donenfeld2014-04-232-12/+6
|
* testing: add reencryption to TODOJason A. Donenfeld2014-04-232-0/+3
|
* tests: make bash usage explicitJason A. Donenfeld2014-04-2313-14/+12
|
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-2218-0/+1134