gnu: curl: Use invoke.

* gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
This commit is contained in:
Mark H Weaver 2018-03-23 01:50:19 -04:00
parent 95cc40a88a
commit fac441b365
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
;; The top-level "make check" does "make -C tests quiet-test", which
;; is too quiet. Use the "test" target instead, which is more
;; verbose.
(zero? (system* "make" "-C" "tests" "test")))))))
(invoke "make" "-C" "tests" "test"))))))
(synopsis "Command line tool for transferring data with URL syntax")
(description
"curl is a command line tool for transferring data with URL syntax,