<feed xmlns='http://www.w3.org/2005/Atom'>
<title>password-store/tests, branch master</title>
<subtitle>Fork of https://git.zx2c4.com/password-store/about/ with support for pass-otp in the dmenu script
</subtitle>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/'/>
<entry>
<title>Replace 'which' with POSIX equivalent 'command -v'</title>
<updated>2021-09-23T21:25:28+00:00</updated>
<author>
<name>Ayush Agarwal</name>
<email>ayush@fastmail.in</email>
</author>
<published>2021-09-15T17:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=a80a3189458a86f29f61d980b4ad977594199864'/>
<id>a80a3189458a86f29f61d980b4ad977594199864</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore non-printable characters in calls to tree</title>
<updated>2021-06-11T16:47:43+00:00</updated>
<author>
<name>Rémi Lapeyre</name>
<email>remi.lapeyre@lenstra.fr</email>
</author>
<published>2020-03-29T22:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=a60b7ec4dcdce874009b93fd79d53eefa39ad338'/>
<id>a60b7ec4dcdce874009b93fd79d53eefa39ad338</id>
<content type='text'>
In MacOS Catalina, pass fails on accents with 'sed: RE error: illegal
byte sequence'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In MacOS Catalina, pass fails on accents with 'sed: RE error: illegal
byte sequence'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not reencrypt symbolic links</title>
<updated>2018-08-10T02:37:50+00:00</updated>
<author>
<name>Aldis Berjoza</name>
<email>aldis@berjoza.lv</email>
</author>
<published>2018-08-08T19:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=d68d9c50db4cdba32266c52e6546f1d5181948db'/>
<id>d68d9c50db4cdba32266c52e6546f1d5181948db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix compatibility with GnuPG 2.2.5</title>
<updated>2018-06-14T14:58:28+00:00</updated>
<author>
<name>Clément Lassieur</name>
<email>clement@lassieur.org</email>
</author>
<published>2018-02-24T11:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=fd2cbdacaed23c57b03cde19fe5eb6f910420855'/>
<id>fd2cbdacaed23c57b03cde19fe5eb6f910420855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests and documentation of passing options to grep(1)</title>
<updated>2018-06-14T14:58:28+00:00</updated>
<author>
<name>Norbert Buchmueller</name>
<email>norbi@nix.hu</email>
</author>
<published>2018-04-16T22:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=8732213db41e4d080651f85b0e6fcee1ebacf612'/>
<id>8732213db41e4d080651f85b0e6fcee1ebacf612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with GnuPG 2.2.19</title>
<updated>2017-03-20T14:46:50+00:00</updated>
<author>
<name>Andreas Stieger</name>
<email>astieger@suse.com</email>
</author>
<published>2017-03-10T14:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=6f867674272a03273212259b9039c9356a6ed90f'/>
<id>6f867674272a03273212259b9039c9356a6ed90f</id>
<content type='text'>
GnuPG 2.2.19 added a warning when no command was given.

* src/password-store.sh (reencrypt_path): Add --decrypt to --list-only
* tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same

https://bugs.gnupg.org/gnupg/msg9873
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb
https://bugzilla.suse.com/show_bug.cgi?id=1028867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GnuPG 2.2.19 added a warning when no command was given.

* src/password-store.sh (reencrypt_path): Add --decrypt to --list-only
* tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same

https://bugs.gnupg.org/gnupg/msg9873
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb
https://bugzilla.suse.com/show_bug.cgi?id=1028867
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix on OSX by not using the tr hack</title>
<updated>2017-03-01T22:35:11+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2017-03-01T22:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=6c7425b16895c6925c4f1ec875dac4576574b34c'/>
<id>6c7425b16895c6925c4f1ec875dac4576574b34c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix for recent changes</title>
<updated>2017-02-25T12:31:45+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2017-02-25T12:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=3691b66a31266b83b0b047ee955139cdb91f3ede'/>
<id>3691b66a31266b83b0b047ee955139cdb91f3ede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.1.2 is going to be released next week</title>
<updated>2015-01-28T19:59:31+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-01-28T19:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=4c78ffec1672f0abb129ae00d15d951346005725'/>
<id>4c78ffec1672f0abb129ae00d15d951346005725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip broken tests.</title>
<updated>2015-01-28T16:36:42+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-01-28T16:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=c1f4922e9d038102ba77eeb3e97d34d8b21c762e'/>
<id>c1f4922e9d038102ba77eeb3e97d34d8b21c762e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
