civodul pushed a commit to branch master
in repository guix.
commit babfd9447df08a809622238b4830eb046dab2ba6
Author: Ludovic Courtès <[email protected]>
Date: Thu Jan 10 23:30:43 2019 +0100
tests: Nitpick on Docker test.
This is a followup to 7d8a4eeacc534c8742e0b22d855aa73e5ab66b7f.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/tests/docker.scm.
* gnu/tests/docker.scm: Update copyright line.
---
gnu/local.mk | 3 ++-
gnu/tests/docker.scm | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 7c319b7..306cfa3 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès
<[email protected]>
+# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès
<[email protected]>
# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Andreas Enge <[email protected]>
# Copyright © 2016 Mathieu Lirzin <[email protected]>
# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Mark H Weaver
<[email protected]>
@@ -542,6 +542,7 @@ GNU_SYSTEM_MODULES = \
%D%/tests/databases.scm \
%D%/tests/desktop.scm \
%D%/tests/dict.scm \
+ %D%/tests/docker.scm \
%D%/tests/monitoring.scm \
%D%/tests/nfs.scm \
%D%/tests/install.scm \
diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index 973a84c..453ed48 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Christopher Baines <[email protected]>
+;;; Copyright © 2019 Danny Milosavljevic <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;