diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-26 15:49:54 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-26 15:52:35 -0400 |
commit | 28a50eeac796d1b45200746cc685c7e20413d05c (patch) | |
tree | 63193f0ccb49cdb9f0198d39008806d2c7de9c24 /gnu/tests | |
parent | b9cdff6d73d3804e8c1ce5128ef65f8ea0ece325 (diff) |
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>
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/telephony.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm index 5724d179c2..28a466ff67 100644 --- a/gnu/tests/telephony.scm +++ b/gnu/tests/telephony.scm @@ -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)) |