This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fbf8b81971 tests: Fix (gnu tests base.scm) module indentation.
fbf8b81971 is described below
commit fbf8b81971475ee712338f1c955be6ac44099fac
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue May 6 21:37:44 2025 +0900
tests: Fix (gnu tests base.scm) module indentation.
* gnu/tests/base.scm: Fix indentation.
Change-Id: I3432fafa2f5c2853a14b5d125cf9377786ca6594
---
gnu/tests/base.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 612af21b54..20fc848e5c 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -227,7 +227,7 @@ info --version")
marionette)))
(test-equal "/var/log/messages is not world-readable"
- #o640 ;<https://bugs.gnu.org/40405>
+ #o640 ;<https://bugs.gnu.org/40405>
(begin
(wait-for-file "/var/log/messages" marionette
#:read 'get-u8)
@@ -448,7 +448,7 @@ info --version")
marionette))
(test-equal "nscd invalidate action"
- '(#t) ;one value, #t
+ '(#t) ;one value, #t
(marionette-eval '(with-shepherd-action 'nscd ('invalidate "hosts")
result
result)
@@ -458,7 +458,7 @@ info --version")
;; code of 'nscd' so skip this test.
(test-skip 1)
(test-equal "nscd invalidate action, wrong table"
- '(#f) ;one value, #f
+ '(#f) ;one value, #f
(marionette-eval '(with-shepherd-action 'nscd ('invalidate "xyz")
result
result)
@@ -509,7 +509,7 @@ info --version")
marionette))
(test-equal "guix-daemon set-http-proxy action"
- '(#t) ;one value, #t
+ '(#t) ;one value, #t
(marionette-eval '(with-shepherd-action 'guix-daemon
('set-http-proxy "http://localhost:8118")
result
@@ -517,7 +517,7 @@ info --version")
marionette))
(test-equal "guix-daemon set-http-proxy action, clear"
- '(#t) ;one value, #t
+ '(#t) ;one value, #t
(marionette-eval '(with-shepherd-action 'guix-daemon
('set-http-proxy)
result