On Tue, Feb 28, 2017 at 12:46:43PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Several directories in the kvm-xfstests appliance were still not being > given the correct file permissions, since they were rsync'ed directly > into the mounted root filesystem with the '-a' option. Unfortunately it > seems we can't express "go+u-w" with rsync options (it's not accepted by > --chmod), but we can copy the files through 'tar' instead, similar to > what is done elsewhere. > > (I didn't notice this earlier because it is kvm-xfstests specific, and > it only broke a couple tests such as generic/128.) > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html