summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/guix-system.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index f14c92ca758..e7e4c17e39f 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -1,5 +1,5 @@
1# GNU Guix --- Functional package management for GNU 1# GNU Guix --- Functional package management for GNU
2# Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org> 2# Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
3# Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> 3# Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
4# Copyright © 2018 Chris Marusich <cmmarusich@gmail.com> 4# Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
5# 5#
@@ -204,7 +204,8 @@ cat > "$tmpfile" <<EOF
204 (shepherd-service 204 (shepherd-service
205 (provision '(buggy!)) 205 (provision '(buggy!))
206 (requirement '(does-not-exist)) 206 (requirement '(does-not-exist))
207 (start #t))))) 207 (start #t)))
208 (description "Buggy.")))
208 209
209(operating-system 210(operating-system
210 $OS_BASE 211 $OS_BASE