]> rtime.felk.cvut.cz Git - notmuch.git/commit
test/atomicity: use a more portable 'cp' form
authorMike Kelly <pioto@pioto.org>
Wed, 30 May 2012 07:02:03 +0000 (03:02 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Sep 2012 02:17:10 +0000 (23:17 -0300)
commit79a73cd46e39be5cc83c0805ac2b2c20a81d64c8
treef1fa45013c27810c8f5eaa0d11278b22f1e757c9
parent02853e983926af73ecbaf57592d132a717ed70ad
test/atomicity: use a more portable 'cp' form

-a already implies -r/-R, so no need for both.

FreeBSD's cp complains:

  cp: the -R and -r options may not be specified together
test/atomicity