summaryrefslogtreecommitdiff
path: root/gnu/tests/install.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r--gnu/tests/install.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 91ab59ce8d2..2c336ce4e94 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -21,6 +21,13 @@
21;;; You should have received a copy of the GNU General Public License 21;;; You should have received a copy of the GNU General Public License
22;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 22;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
23 23
24;;; Commentary:
25;;;
26;;; Test the installation of Guix using the documented approach at the
27;;; command line.
28;;;
29;;; Code:
30
24(define-module (gnu tests install) 31(define-module (gnu tests install)
25 #:use-module (gnu) 32 #:use-module (gnu)
26 #:use-module (gnu bootloader extlinux) 33 #:use-module (gnu bootloader extlinux)
@@ -89,13 +96,6 @@
89 %test-gui-installed-os-encrypted 96 %test-gui-installed-os-encrypted
90 %test-gui-installed-desktop-os-encrypted)) 97 %test-gui-installed-desktop-os-encrypted))
91 98
92;;; Commentary:
93;;;
94;;; Test the installation of Guix using the documented approach at the
95;;; command line.
96;;;
97;;; Code:
98
99(define-os-with-source (%minimal-os %minimal-os-source) 99(define-os-with-source (%minimal-os %minimal-os-source)
100 ;; The OS we want to install. 100 ;; The OS we want to install.
101 (use-modules (gnu) (gnu tests) (srfi srfi-1)) 101 (use-modules (gnu) (gnu tests) (srfi srfi-1))