README: fsgqa needs a home directory too
authorChristian Kujau <lists@nerdbynature.de>
Fri, 31 Jan 2020 21:22:49 +0000 (13:22 -0800)
committerEryu Guan <guaneryu@gmail.com>
Mon, 17 Feb 2020 12:51:19 +0000 (20:51 +0800)
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@nerdbynature.de>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
README

diff --git a/README b/README
index 593c105291fc5d7ce0e5dec5800055864cd754ea..094a77422ea1c7a50928c59925da1e7a4ea65ed2 100644 (file)
--- a/README
+++ b/README
@@ -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 @@ Preparing system for tests:
     - 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.