diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-09-07 22:23:32 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-09-07 22:25:14 +0200 |
commit | 1d03a9198db6f3656a34d62eb89e5f7d5a99e76a (patch) | |
tree | 17628e4c98f9e8732942672c93fcd2f3cd22af67 /tests/opam.scm | |
parent | 9d280ef2a8865c09f0708745a264520a3beb8496 (diff) | |
download | patches-1d03a9198db6f3656a34d62eb89e5f7d5a99e76a.tar patches-1d03a9198db6f3656a34d62eb89e5f7d5a99e76a.tar.gz |
tests: opam: Fix input type in import test.
* tests/opam.scm: Expect propagated-inputs instead of inputs.
Diffstat (limited to 'tests/opam.scm')
-rw-r--r-- | tests/opam.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opam.scm b/tests/opam.scm index e8c0d15198..d3626fd010 100644 --- a/tests/opam.scm +++ b/tests/opam.scm @@ -99,7 +99,7 @@ url { ('base32 (? string? hash))))) ('build-system 'ocaml-build-system) - ('inputs + ('propagated-inputs ('quasiquote (("ocaml-zarith" ('unquote 'ocaml-zarith))))) ('native-inputs |