fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] README: add note about 123456-fsgqa user creation step
@ 2020-06-11 12:09 Aurelien Aptel
  2020-06-11 12:41 ` [PATCH v2] " Aurelien Aptel
  0 siblings, 1 reply; 2+ messages in thread
From: Aurelien Aptel @ 2020-06-11 12:09 UTC (permalink / raw)
  To: fstests; +Cc: Aurelien Aptel

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
---
 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index 094a7742..8abb1e38 100644
--- a/README
+++ b/README
@@ -22,6 +22,9 @@ _______________________
 - create fsgqa test user ("sudo useradd -m fsgqa")
 - create fsgqa group ("sudo groupadd fsgqa")
 - create 123456-fsgqa test user ("sudo useradd 123456-fsgqa")
+  this 2nd user creation step can be safely skipped your system
+  doesn't support names starting with digits, only a handful of tests
+  require it.
 
 ______________________
 USING THE FSQA SUITE
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2] README: add note about 123456-fsgqa user creation step
  2020-06-11 12:09 [PATCH] README: add note about 123456-fsgqa user creation step Aurelien Aptel
@ 2020-06-11 12:41 ` Aurelien Aptel
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Aptel @ 2020-06-11 12:41 UTC (permalink / raw)
  To: fstests; +Cc: Aurelien Aptel

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
---
changes from v1: typo: add missing "if"

 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index 094a7742..451ced7b 100644
--- a/README
+++ b/README
@@ -22,6 +22,9 @@ _______________________
 - create fsgqa test user ("sudo useradd -m fsgqa")
 - create fsgqa group ("sudo groupadd fsgqa")
 - create 123456-fsgqa test user ("sudo useradd 123456-fsgqa")
+  this 2nd user creation step can be safely skipped if your system
+  doesn't support names starting with digits, only a handful of tests
+  require it.
 
 ______________________
 USING THE FSQA SUITE
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-11 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 12:09 [PATCH] README: add note about 123456-fsgqa user creation step Aurelien Aptel
2020-06-11 12:41 ` [PATCH v2] " Aurelien Aptel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).