tests: git: Avoid ambiguous module import.

Fixes this warning:

WARNING: (guix tests git): `reset' imported from both (git) and (ice-9 control)

This is a followup to commit 07145c8a8c.

* guix/tests/git.scm: Only import LET/EC from (ice-9 control).
This commit is contained in:
Leo Famulari 2021-12-23 18:46:36 -05:00
parent 56478abbd0
commit ba744faeb1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#:use-module (guix utils)
#:use-module (guix build utils)
#:use-module (ice-9 match)
#:use-module (ice-9 control)
#:use-module ((ice-9 control) #:select (let/ec))
#:export (git-command
with-temporary-git-repository
with-git-repository