summaryrefslogtreecommitdiff
path: root/tests/setup.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/setup.sh: allow testsuite to fail properly with POSIX standard shellsLars Hjemli2008-12-061-1/+1
* Fix tests to work on Ubuntu (dash)Ramsay Jones2008-11-061-2/+4
* ui-shared.c: use html_url_arg()Lars Hjemli2008-10-051-1/+12
* Redesign the caching layerLars Hjemli2008-04-281-1/+1
* tests/setup.sh: cleanup test script output and loggingLars Hjemli2008-02-241-2/+8
* Make output from `make test` more readableLars Hjemli2008-02-241-2/+2
* Add regression-test for description-less reposLars Hjemli2008-02-241-1/+3
* Create initial testsuiteLars Hjemli2007-11-111-0/+108
='5' class='logmsg'> 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3