diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-04-15 15:32:25 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-04-15 15:32:25 +0200 |
commit | 99828febe05663c5d93dc52594eab28c6a1fe3d8 (patch) | |
tree | b00d0adc17f8c52cd0eeb932bdcbb2bc2fccb1c1 /gnu/tests | |
parent | e61519ab9c26b2309c84b65456c4ee5cd4d2c163 (diff) | |
download | guix-99828febe05663c5d93dc52594eab28c6a1fe3d8.tar guix-99828febe05663c5d93dc52594eab28c6a1fe3d8.tar.gz |
tests: Remove unused import (gnu system grub).
* gnu/tests/web.scm: Remove unused import.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/web.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index cdc5791237..bc7e3b89a9 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm @@ -19,7 +19,6 @@ (define-module (gnu tests web) #:use-module (gnu tests) #:use-module (gnu system) - #:use-module (gnu system grub) #:use-module (gnu system file-systems) #:use-module (gnu system shadow) #:use-module (gnu system vm) |