tests: telephony: Add missing import to fix jami tests.
* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import directive. Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
parent
b9cdff6d73
commit
28a50eeac7
|
@ -273,6 +273,7 @@ jami account used as part of the jami configuration are left *unspecified*."
|
|||
(marionette-eval
|
||||
'(begin
|
||||
(use-modules (gnu services herd)
|
||||
(ice-9 match)
|
||||
(rnrs base)
|
||||
(srfi srfi-1))
|
||||
|
||||
|
|
Reference in New Issue