On Fri, Jan 31, 2020 at 01:22:49PM -0800, Christian Kujau wrote: > generic/128 whould fail with: > > QA output created by 128 > +su: warning: cannot change directory to /home/fsgqa: No such file or directory > > Adjust README to create a home directory too. And (totally unrelated), > fix the 404 for the udf_test tool. > > Signed-off-by: Christian Kujau <lists@xxxxxxxxxxxxxxx> Ok, your patch is missing the "---" below Signed-off-by line --- above dashes make the patch appliable. Thanks, Eryu > > --- README.orig 2020-01-12 08:43:34.000000000 -0800 > +++ README 2020-01-31 13:18:12.494026480 -0800 > @@ -19,7 +19,7 @@ > (Note that for RHEL and CentOS, you may need the EPEL repo.) > - run make > - run make install > -- create fsgqa test user ("sudo useradd fsgqa") > +- create fsgqa test user ("sudo useradd -m fsgqa") > - create fsgqa group ("sudo groupadd fsgqa") > - create 123456-fsgqa test user ("sudo useradd 123456-fsgqa") > > @@ -33,7 +33,7 @@ > - install administrative tools specific to the filesystem you wish to test > - If you wish to run the udf components of the suite install > mkudffs. Also download and build the Philips UDF Verification Software > - from http://www.extra.research.philips.com/udf/, then copy the udf_test > + from https://www.lscdweb.com/registered/udf_verifier.html, then copy the udf_test > binary to xfstests/src/. If you wish to disable UDF verification test > set the environment variable DISABLE_UDF_TEST to 1. > > > -- > BOFH excuse #220: > > Someone thought The Big Red Button was a light switch.