aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/")