summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/web.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index efb0313f05..f6e07f4247 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1415,8 +1415,7 @@ style API.")
          (add-after 'patch-source-shebangs 'patch-tests
            (lambda _
              (substitute* "test/parsing/run_tests.sh"
-               (("`which echo`") (which "echo")))
-             #t)))))
+               (("`which echo`") (which "echo"))))))))
     (home-page "https://lloyd.github.io/yajl/")
     (synopsis "C library for parsing JSON")
     (description