guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: tests: Fix guix-home.sh when guix isn't installed


From: guix-commits
Subject: 04/06: tests: Fix guix-home.sh when guix isn't installed
Date: Sun, 26 Mar 2023 17:36:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f5c62f106d598b1edca48cdb623345af34348e5e
Author: Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: Sat Mar 18 22:54:54 2023 +0800

    tests: Fix guix-home.sh when guix isn't installed
    
    * tests/guix-home.sh: Reorder NIX_STORE_DIR variable definition to
    prevent guix from crashing due to missing /gnu/store.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 tests/guix-home.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-home.sh b/tests/guix-home.sh
index 3151f66683..11b068ca43 100644
--- a/tests/guix-home.sh
+++ b/tests/guix-home.sh
@@ -36,8 +36,8 @@ container_supported ()
     fi
 }
 
-NIX_STORE_DIR="$(guile -c '(use-modules (guix config))(display %storedir)')"
 localstatedir="$(guile -c '(use-modules (guix config))(display 
%localstatedir)')"
+NIX_STORE_DIR="$(guile -c '(use-modules (guix config))(display %storedir)')"
 GUIX_DAEMON_SOCKET="$localstatedir/guix/daemon-socket/socket"
 export NIX_STORE_DIR GUIX_DAEMON_SOCKET
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]