me
/
guix
Archived
1
0
Fork 0

tests: jami-provisioning: Fix test derivation name.

* gnu/tests/telephony.scm (run-jami-test): Fix test derivation name.
master
Maxim Cournoyer 2022-09-23 23:53:48 -04:00
parent effdc6c83e
commit fd109c5c09
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

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))