summary refs log tree commit diff
path: root/gnu/tests/security-token.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/security-token.scm')
-rw-r--r--gnu/tests/security-token.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/security-token.scm b/gnu/tests/security-token.scm
index 1169a4b9fd..d28d23a1ae 100644
--- a/gnu/tests/security-token.scm
+++ b/gnu/tests/security-token.scm
@@ -47,6 +47,7 @@
           (mkdir #$output)
           (chdir #$output)
 
+          (test-runner-current (system-test-runner))
           (test-begin "pcscd")
 
           (test-assert "pcscd is alive"
@@ -59,8 +60,7 @@
                        (current-services))))
              marionette))
 
-          (test-end)
-          (exit (= (test-runner-fail-count (test-runner-current)) 0)))))
+          (test-end))))
 
   (gexp->derivation "pcscd" test))