summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-05 10:58:37 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-06 16:32:06 +0900
commit10cb04d8ac5a790de87680882007646f9448d3ba (patch)
tree9809ced2b67bdffe7a5e731436f1fb133155074d /gnu/tests
parentea874d0b3f8cd7539f03c0ea3e1b5184fe4d4132 (diff)
tests: Fix indentation of (gnu tests base).
* gnu/tests/base.scm: Fix indentation. Change-Id: I84ae82a8ce85ff0113a3eb1215b11c191d3929d6
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/base.scm34
1 files changed, 17 insertions, 17 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index ef05e56e5f7..612af21b549 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -213,8 +213,8 @@ info --version")
213 (lset= eq? 213 (lset= eq?
214 (pk 'services services) 214 (pk 'services services)
215 '(root 215 '(root
216 shepherd 216 shepherd
217 #$@(operating-system-shepherd-service-names os))))) 217 #$@(operating-system-shepherd-service-names os)))))
218 218
219 (test-equal "libc honors /etc/localtime" 219 (test-equal "libc honors /etc/localtime"
220 -7200 ;CEST = GMT+2 220 -7200 ;CEST = GMT+2
@@ -451,7 +451,7 @@ info --version")
451 '(#t) ;one value, #t 451 '(#t) ;one value, #t
452 (marionette-eval '(with-shepherd-action 'nscd ('invalidate "hosts") 452 (marionette-eval '(with-shepherd-action 'nscd ('invalidate "hosts")
453 result 453 result
454 result) 454 result)
455 marionette)) 455 marionette))
456 456
457 ;; FIXME: The 'invalidate' action can't reliably obtain the exit 457 ;; FIXME: The 'invalidate' action can't reliably obtain the exit
@@ -461,7 +461,7 @@ info --version")
461 '(#f) ;one value, #f 461 '(#f) ;one value, #f
462 (marionette-eval '(with-shepherd-action 'nscd ('invalidate "xyz") 462 (marionette-eval '(with-shepherd-action 'nscd ('invalidate "xyz")
463 result 463 result
464 result) 464 result)
465 marionette)) 465 marionette))
466 466
467 (test-equal "host not found" 467 (test-equal "host not found"
@@ -482,12 +482,12 @@ info --version")
482 ;; Make sure the (guix …) modules are found. 482 ;; Make sure the (guix …) modules are found.
483 (eval-when (expand load eval) 483 (eval-when (expand load eval)
484 (set! %load-path 484 (set! %load-path
485 (append (map (lambda (package) 485 (append (map (lambda (package)
486 (string-append package 486 (string-append package
487 "/share/guile/site/" 487 "/share/guile/site/"
488 (effective-version))) 488 (effective-version)))
489 '#$guix&co) 489 '#$guix&co)
490 %load-path))) 490 %load-path)))
491 491
492 (use-modules (srfi srfi-34) (guix store)) 492 (use-modules (srfi srfi-34) (guix store))
493 493
@@ -882,13 +882,13 @@ non-ASCII names from /tmp.")
882(define %activation-os 882(define %activation-os
883 ;; System with a new user/group, a setuid/setgid binary and an activation script 883 ;; System with a new user/group, a setuid/setgid binary and an activation script
884 (let* ((%hello-accounts 884 (let* ((%hello-accounts
885 (list (user-group (name "hello") (system? #t)) 885 (list (user-group (name "hello") (system? #t))
886 (user-account 886 (user-account
887 (name "hello") 887 (name "hello")
888 (group "hello") 888 (group "hello")
889 (system? #t) 889 (system? #t)
890 (comment "") 890 (comment "")
891 (home-directory "/var/empty")))) 891 (home-directory "/var/empty"))))
892 (%hello-privileged 892 (%hello-privileged
893 (list 893 (list
894 (privileged-program 894 (privileged-program