summaryrefslogtreecommitdiff
path: root/tests/setup.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld2014-04-241-4/+2
* tests: run from anywhereJason A. Donenfeld2014-04-241-2/+4
* Turns out aliases were a bad idea.Jason A. Donenfeld2014-04-241-2/+0
* tests: Only fake gpg agent if gpg2.Jason A. Donenfeld2014-04-241-3/+4
* Use aliases instead of variables for command portability.Jason A. Donenfeld2014-04-231-3/+3
* Support git testsJason A. Donenfeld2014-04-231-0/+6
* tests: make more gritty, less setupJason A. Donenfeld2014-04-231-164/+9
* tests: make variables saneJason A. Donenfeld2014-04-231-43/+32
* tests: have multiple gpg keys availableJason A. Donenfeld2014-04-231-4/+9
* 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-231-10/+10
* tests: add key resolution functionsJason A. Donenfeld2014-04-231-0/+32
* tests: with agent emulation, pass_init() errors if 'pass init' failsVon Welch2014-04-221-5/+1
* tests: emulate running agentJason A. Donenfeld2014-04-231-1/+6
* tests: make bash usage explicitJason A. Donenfeld2014-04-231-3/+1
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-221-0/+169
thers/pass.git/commit/src/password-store.sh?h=1.6.4&id=a12aa2776995f99c84789ce31cc5499c7eb130ec&follow=1'>Bump version1.6.2Jason A. Donenfeld1-1/+1 2014-05-14Don't define tmpdir on git init.Jason A. Donenfeld1-4/+3 2014-05-14Disable secmem warning when discovering keysmilki2-2/+2 2014-05-10edit: Quote editor so tests work in spaced directories.Jason A. Donenfeld1-1/+1 2014-05-10reencryption: Properly escape input to sedJason A. Donenfeld1-1/+1 2014-05-10git: use secure tmp directoryJason A. Donenfeld1-4/+11 2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33