diff options
Diffstat (limited to 'gnu/tests.scm')
| -rw-r--r-- | gnu/tests.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index abb70762089..aa0875ba5c1 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2016-2020, 2022-2025 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2016-2020, 2022-2026 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | 3 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> |
| 4 | ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> | 5 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> |
| @@ -274,7 +274,7 @@ the system under test." | |||
| 274 | (operating-system | 274 | (operating-system |
| 275 | (inherit os) | 275 | (inherit os) |
| 276 | (services | 276 | (services |
| 277 | (modify-services (operating-system-user-services os) | 277 | (modify-services services |
| 278 | (shepherd-system-log-service-type | 278 | (shepherd-system-log-service-type |
| 279 | config | 279 | config |
| 280 | => | 280 | => |
