diff options
Diffstat (limited to 'gnu/tests/telephony.scm')
-rw-r--r-- | gnu/tests/telephony.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm index 2d44d00165..998bdbccf9 100644 --- a/gnu/tests/telephony.scm +++ b/gnu/tests/telephony.scm @@ -138,10 +138,7 @@ accounts provisioning feature of the service." (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 "jami") (test-assert "service is running" |