README: fsgqa needs a home directory too

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>
This commit is contained in:
Christian Kujau
2020-01-31 13:22:49 -08:00
committed by Eryu Guan
parent e28ee0bdac
commit e7aab38355
+2 -2
View File
@@ -19,7 +19,7 @@ _______________________
(Note that for RHEL and CentOS, you may need the EPEL repo.) (Note that for RHEL and CentOS, you may need the EPEL repo.)
- run make - run make
- run make install - 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 fsgqa group ("sudo groupadd fsgqa")
- create 123456-fsgqa test user ("sudo useradd 123456-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 - install administrative tools specific to the filesystem you wish to test
- If you wish to run the udf components of the suite install - If you wish to run the udf components of the suite install
mkudffs. Also download and build the Philips UDF Verification Software 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 binary to xfstests/src/. If you wish to disable UDF verification test
set the environment variable DISABLE_UDF_TEST to 1. set the environment variable DISABLE_UDF_TEST to 1.