1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

tests: jami-provisioning: Fix test derivation name.

* gnu/tests/telephony.scm (run-jami-test): Fix test derivation name.
This commit is contained in:
Maxim Cournoyer
2022-09-23 23:53:48 -04:00
parent effdc6c83e
commit fd109c5c09

View File

@@ -358,7 +358,7 @@ jami account used as part of the jami configuration are left *unspecified*."
(gexp->derivation (if provisioning?
(if partial?
"jami-provisioning-partial-test"
"jami-provisioning-partial")
"jami-provisioning-test")
"jami-test")
test))