diff mbox series

[bug#54180,08/12] tests: Simplify use of 'local-file' in 'tests/guix-home.sh'.

Message ID 20220227135342.10296-8-ludo@gnu.org
State Accepted
Headers show
Series Home: Clarify and better test symlink-manager.scm | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Ludovic Courtès Feb. 27, 2022, 1:53 p.m. UTC
* tests/guix-home.sh: Remove 'current-filename' trickery since
'local-file' resolves file names relative to the containing file.
---
 tests/guix-home.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/tests/guix-home.sh b/tests/guix-home.sh
index ae3e52c9e1..3b397649cc 100644
--- a/tests/guix-home.sh
+++ b/tests/guix-home.sh
@@ -81,10 +81,7 @@  trap 'chmod -Rf +w "$test_directory"; rm -rf "$test_directory"' EXIT
    (service home-bash-service-type
             (home-bash-configuration
              (guix-defaults? #t)
-             (bashrc
-              (list
-               (local-file (string-append (dirname (current-filename))
-                                          "/dot-bashrc"))))))
+             (bashrc (list (local-file "dot-bashrc")))))
 
    (simple-service 'home-bash-service-extension-test
                    home-bash-service-type