On Tue, Dec 12, 2017 at 04:45:11PM -0800, Luis R. Rodriguez wrote: > Some systems are not allowing usernames prefixed with a number now. > One can however use numbers as a postfix so use that. > > Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxx> > --- > README | 2 +- > tests/generic/381 | 16 ++++++++-------- > tests/generic/381.out | 4 ++-- > 3 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/README b/README > index ed69332e774e..e05142be1a87 100644 > --- a/README > +++ b/README > @@ -20,7 +20,7 @@ _______________________ > - run make > - run make install > - create fsgqa test user ("sudo useradd fsgqa") > -- create 123456-fsgqa test user ("sudo useradd 123456-fsgqa") > +- create fsgqa-381 test user ("sudo useradd fsgqa-381") I'd suggest using the username "fsgqa2" so that other tests that want to use a second username can do so using a more logically name username. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html