summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYong Sun <sunyong0511@gmail.com>2020-06-05 11:12:38 +0800
committerEryu Guan <guaneryu@gmail.com>2020-06-21 22:21:29 +0800
commit1ce2a82c14a589949f64febd7eb8653bd7d6a070 (patch)
tree6afb516561bdf7820c863fb349c57bbf63caae1c /README
parent35fd4ce0b3731876a5b7b2635d423734f6f12b9b (diff)
fstests: modify user name beginning with non-digit
openSUSE and SLE don't support username begin with digit, so it will skip test generic/597 and generic/598 by lack of 123456-fsgqa user. generic/597 and 598 are not test username begin with digit on purpose (different with generic/381). It's will be helpful to use an username begin with non-digit in this case. Signed-off-by: Sun Yong <yosun@suse.com> Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 094a7742..f1fac399 100644
--- a/README
+++ b/README
@@ -22,6 +22,7 @@ _______________________
- create fsgqa test user ("sudo useradd -m fsgqa")
- create fsgqa group ("sudo groupadd fsgqa")
- create 123456-fsgqa test user ("sudo useradd 123456-fsgqa")
+- create fsgqa2 test user ("sudo useradd fsgqa2")
______________________
USING THE FSQA SUITE