aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace short OpenPGP keyids with fingerprintsJustus Winter2022-09-222-8/+8
| | | | | | | | | Short 32-bit OpenPGP key ids are easily spoofed, so their use is strongly discouraged. The test suite uses short key ids to refer to test keys. This prevents the OpenPGP implementations from rejecting short key ids, and is a bad example for other developers to follow. This patch replaces all short key ids with fingerprints.
* Replace 'which' with POSIX equivalent 'command -v'Ayush Agarwal2021-09-231-1/+1
| | | | | | | | | | | The 'which' command is an external command that must be called each and every time pass is used. 'which' is also not mentioned in the README as one of the dependencies that might be needed to run pass. Instead of 'which', we can use the POSIX compatible and shell built-in 'command -v'. It saves pass from making an external call and is, arguably, more reliable than using 'which' as mentioned in the following link.
* Ignore non-printable characters in calls to treeRémi Lapeyre2021-06-111-0/+5
| | | | | In MacOS Catalina, pass fails on accents with 'sed: RE error: illegal byte sequence'.
* Do not reencrypt symbolic linksAldis Berjoza2018-08-091-0/+9
|
* tests: fix compatibility with GnuPG 2.2.5Clément Lassieur2018-06-141-1/+1
|
* Add tests and documentation of passing options to grep(1)Norbert Buchmueller2018-06-141-0/+12
|
* Fix compatibility with GnuPG 2.2.19Andreas Stieger2017-03-201-1/+1
| | | | | | | | | | | GnuPG 2.2.19 added a warning when no command was given. * src/password-store.sh (reencrypt_path): Add --decrypt to --list-only * tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same https://bugs.gnupg.org/gnupg/msg9873 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb https://bugzilla.suse.com/show_bug.cgi?id=1028867
* tests: fix on OSX by not using the tr hackJason A. Donenfeld2017-03-013-5/+2
|
* tests: fix for recent changesJason A. Donenfeld2017-02-253-2/+18
|
* 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
|