]> git.notmuchmail.org Git - notmuch/commit
test/basic: replaced find -perm +111 with portable alternative
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 7 Jun 2013 21:37:29 +0000 (00:37 +0300)
committerDavid Bremner <bremner@debian.org>
Tue, 25 Jun 2013 05:49:51 +0000 (22:49 -0700)
commit2593df527168ad3502f0d44f4feae76133fc271b
tree009fdd7a94b36d16407014cedb0822902b826c8c
parent7bc404f0a409a3ddae4178245445ffa922c4c544
test/basic: replaced find -perm +111 with portable alternative

The find option syntax `-perm +111` is deprecated gnu find feature.
The replacement `( -perm -100 -o -perm -10 -o -perm 1 )` should also
work outside of the GNU domain.
test/basic