summaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-11Ignore non-printable characters in calls to treeRémi Lapeyre1-0/+5
In MacOS Catalina, pass fails on accents with 'sed: RE error: illegal byte sequence'.
2018-08-09Do not reencrypt symbolic linksAldis Berjoza1-0/+9
2018-06-14tests: fix compatibility with GnuPG 2.2.5Clément Lassieur1-1/+1
2018-06-14Add tests and documentation of passing options to grep(1)Norbert Buchmueller1-0/+12
2017-03-20Fix compatibility with GnuPG 2.2.19Andreas Stieger1-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
2017-03-01tests: fix on OSX by not using the tr hackJason A. Donenfeld3-5/+2
2017-02-25tests: fix for recent changesJason A. Donenfeld3-2/+18
2015-01-282.1.2 is going to be released next weekJason A. Donenfeld1-6/+0
2015-01-28Skip broken tests.Jason A. Donenfeld1-0/+6
2015-01-28Add unprotected keys for GnuPG 2.1Jason A. Donenfeld11-0/+0
2015-01-28Use more stable with-colons outputJason A. Donenfeld1-2/+2
2015-01-28Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld1-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.
2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1
2014-06-29Allow options in EDITOR variableJason A. Donenfeld1-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.
2014-05-14Disable secmem warning when discovering keysmilki1-1/+1
Key discovery parses stderr output of gnupg. The secmem warning interferes with parsing.
2014-05-06generate: add --in-place optionJason A. Donenfeld2-0/+8
2014-04-24tests: remember to escape $Jason A. Donenfeld1-1/+1
2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20
2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld1-11/+0
2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0
2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld2-5/+3
2014-04-24Allow overridable bash.Jason A. Donenfeld13-13/+13
2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1
2014-04-24tests: run from anywhereJason A. Donenfeld12-3/+15
2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld11-68/+66
2014-04-24tests: todo updateJason A. Donenfeld1-25/+0
2014-04-24tests: test out find commandJason A. Donenfeld1-0/+17
2014-04-24tests: Only fake gpg agent if gpg2.Jason A. Donenfeld1-3/+4
2014-04-23tests: add grep testJason A. Donenfeld1-0/+20
2014-04-23tests: expand move testsJason A. Donenfeld1-5/+39
2014-04-23Use aliases instead of variables for command portability.Jason A. Donenfeld9-46/+46
2014-04-23Use real pass location.Jason A. Donenfeld4-5/+5
2014-04-23Support git testsJason A. Donenfeld2-2/+14
2014-04-23tests: make more gritty, less setupJason A. Donenfeld9-209/+50
2014-04-23tests: add reencryption testsJason A. Donenfeld1-0/+81
2014-04-23tests: make variables saneJason A. Donenfeld8-65/+54
2014-04-23tests: have multiple gpg keys availableJason A. Donenfeld5-4/+12
2014-04-23tests: force creation of new credsJason A. Donenfeld1-2/+2
2014-04-22tests: Remove work-around for 'pass insert' in create_cred()Von Welch1-4/+2
2014-04-23tests: better group resolutionJason A. Donenfeld1-2/+7
2014-04-23tests: styleJason A. Donenfeld1-4/+5
2014-04-23tests: styleJason A. Donenfeld8-19/+19
2014-04-23tests: add key resolution functionsJason A. Donenfeld1-0/+32
2014-04-22Added 'test directory.*' (created on failed test) to gitignoreVon Welch1-0/+1
2014-04-23Add git ignore files.Jason A. Donenfeld1-0/+2
2014-04-22tests: with agent emulation, pass_init() errors if 'pass init' failsVon Welch1-5/+1
2014-04-23tests: emulate running agentJason A. Donenfeld2-12/+6
2014-04-23testing: add reencryption to TODOJason A. Donenfeld2-0/+3
2014-04-23tests: make bash usage explicitJason A. Donenfeld13-14/+12
2014-04-22Import Von's tests, with cleanups.Jason A. Donenfeld18-0/+1134