On Fri, Sep 15, 2017 at 09:00:08PM -0700, Eric Biggers wrote: > On Thu, Aug 31, 2017 at 01:15:40PM -0700, Eric Biggers wrote: > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > > > get_schroot_config() sometimes didn't find the files in > > /etc/schroot/chroot.d/ because there was a typo in the regex: it used > > [0-09] instead of [0-9]. Fix it, and also cat schroot.conf first so > > that it doesn't get printed multiple times by the xargs command. > > > > We also don't need to check whether schroot.conf exists, since it was > > already checked in check_prerequisites(), and the 'cat' command would > > fail anyway if it didn't exist. > > > > Ted, can you apply this patch? Thanks! Applied, thanks. - 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