diff --git a/gnu/tests/gdm.scm b/gnu/tests/gdm.scm index 137e70544e..4f67551e63 100644 --- a/gnu/tests/gdm.scm +++ b/gnu/tests/gdm.scm @@ -109,18 +109,18 @@ (define test (define %test-gdm-x11 (system-test - (name "gdm") + (name "gdm-x11") (description "Basic tests for the GDM service. (X11)") (value (run-gdm-test)))) (define %test-gdm-wayland (system-test - (name "gdm") + (name "gdm-wayland") (description "Basic tests for the GDM service. (Wayland)") (value (run-gdm-test #:wayland? #t)))) (define %test-gdm-wayland-tmpfs (system-test - (name "gdm") + (name "gdm-wayland-tmpfs") (description "Basic tests for the GDM service. (Wayland, /tmp as tmpfs)") (value (run-gdm-test #:wayland? #t #:tmp-tmpfs? #t))))