summaryrefslogtreecommitdiff
path: root/tests/t0060-rm-tests.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: test for spacesJason A. Donenfeld2014-04-241-0/+7
* Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld2014-04-241-1/+1
* Allow overridable bash.Jason A. Donenfeld2014-04-241-1/+1
* tests: run from anywhereJason A. Donenfeld2014-04-241-0/+1
* Turns out aliases were a bad idea.Jason A. Donenfeld2014-04-241-4/+4
* Use aliases instead of variables for command portability.Jason A. Donenfeld2014-04-231-4/+4
* tests: make more gritty, less setupJason A. Donenfeld2014-04-231-7/+4
* tests: make variables saneJason A. Donenfeld2014-04-231-4/+4
* tests: styleJason A. Donenfeld2014-04-231-2/+2
* tests: make bash usage explicitJason A. Donenfeld2014-04-231-1/+1
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-221-0/+20
clip: 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