m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tests/setup.sh
AgeCommit message (Collapse)Author
2021-09-23Replace 'which' with POSIX equivalent 'command -v'Ayush Agarwal
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.
2017-02-25tests: fix for recent changesJason A. Donenfeld
2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld
2014-04-24tests: run from anywhereJason A. Donenfeld
2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld
2014-04-24tests: Only fake gpg agent if gpg2.Jason A. Donenfeld
2014-04-23Use aliases instead of variables for command portability.Jason A. Donenfeld
2014-04-23Support git testsJason A. Donenfeld
2014-04-23tests: make more gritty, less setupJason A. Donenfeld
2014-04-23tests: make variables saneJason A. Donenfeld
2014-04-23tests: have multiple gpg keys availableJason A. Donenfeld
2014-04-23tests: force creation of new credsJason A. Donenfeld
2014-04-22tests: Remove work-around for 'pass insert' in create_cred()Von Welch
2014-04-23tests: better group resolutionJason A. Donenfeld
2014-04-23tests: styleJason A. Donenfeld
2014-04-23tests: styleJason A. Donenfeld
2014-04-23tests: add key resolution functionsJason A. Donenfeld
2014-04-22tests: with agent emulation, pass_init() errors if 'pass init' failsVon Welch
2014-04-23tests: emulate running agentJason A. Donenfeld
2014-04-23tests: make bash usage explicitJason A. Donenfeld
2014-04-22Import Von's tests, with cleanups.Jason A. Donenfeld