~ruther/guix-local

fbf8b81971475ee712338f1c955be6ac44099fac — Maxim Cournoyer 1 year, 2 months ago b8afb31
tests: Fix (gnu tests base.scm) module indentation.

* gnu/tests/base.scm: Fix indentation.

Change-Id: I3432fafa2f5c2853a14b5d125cf9377786ca6594
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/tests/base.scm
M gnu/tests/base.scm => gnu/tests/base.scm +5 -5
@@ 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