]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found