diff options
Diffstat (limited to 'gnu/tests/cups.scm')
-rw-r--r-- | gnu/tests/cups.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/tests/cups.scm b/gnu/tests/cups.scm index fd6d87d2bf..4c7d78b7c8 100644 --- a/gnu/tests/cups.scm +++ b/gnu/tests/cups.scm @@ -54,10 +54,7 @@ (define marionette (make-marionette (list #$vm))) - (mkdir #$output) - (chdir #$output) - - (test-runner-current (system-test-runner)) + (test-runner-current (system-test-runner #$output)) (test-begin "cups") ;; Wait for the web interface to become ready. |