summaryrefslogtreecommitdiff
path: root/tests/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* tests: fix for recent changesJason A. Donenfeld2017-02-251-1/+17
|
* 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