summaryrefslogtreecommitdiff
path: root/test/test-utils-glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-utils-glib.h')
-rw-r--r--test/test-utils-glib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/test-utils-glib.h b/test/test-utils-glib.h
index 7b6eb743..80a7c8d4 100644
--- a/test/test-utils-glib.h
+++ b/test/test-utils-glib.h
@@ -44,12 +44,11 @@
* be run as an arbitrary non-root user, as above.
*
* Certain tests can usefully be run again, as root. When this is done,
- * tests using TEST_USER_ME will be skipped, and tests using TEST_USER_ROOT,
- * TEST_USER_MESSAGEBUS and/or TEST_USER_OTHER can exercise situations
- * that only arise when there's more than one uid.
+ * tests using TEST_USER_ROOT, TEST_USER_MESSAGEBUS and/or TEST_USER_OTHER
+ * can exercise situations that only arise when there's more than one uid.
*/
typedef enum {
- /* Whatever non-root user happens to be running the regression test;
+ /* Whatever user happens to be running the regression test;
* such tests also work on Windows */
TEST_USER_ME,
/* Must be uid 0 on Unix; the test is skipped on Windows */