summary refs log tree commit diff
path: root/gnu/packages/tor.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r--gnu/packages/tor.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 56269dd8cf..d26fddc36f 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -294,7 +294,7 @@ from you.")
          (modify-phases %standard-phases
            (replace 'check
              (lambda _
-               (zero? (system* "./run_tests.py" "--unit")))))))
+               (invoke "./run_tests.py" "--unit"))))))
       ;; A Nyx home page is ‘being worked on’.  Use Arm's for now, which at
       ;; least mentions the new source repository:
       (home-page "http://www.atagar.com/arm/")