diff options
Diffstat (limited to 'gnu/tests/desktop.scm')
-rw-r--r-- | gnu/tests/desktop.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/tests/desktop.scm b/gnu/tests/desktop.scm index 67e530d392..57069c0ede 100644 --- a/gnu/tests/desktop.scm +++ b/gnu/tests/desktop.scm @@ -43,10 +43,7 @@ (define marionette (make-marionette '(#$vm))) - (mkdir #$output) - (chdir #$output) - - (test-runner-current (system-test-runner)) + (test-runner-current (system-test-runner #$output)) (test-begin "elogind") ;; Log in as root on tty1, and check what 'loginctl' returns. |