aboutsummaryrefslogtreecommitdiff
path: root/test-env.in
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-03-17 23:30:21 +0100
committerLudovic Courtès <ludo@gnu.org>2014-03-17 23:30:42 +0100
commitaa2480e50d713b90805336ab48477ba596aef531 (patch)
tree8fa61631b5d5178624f6f6dd1e1207eb3985034c /test-env.in
parent32beec1cd9cbc3a04a0703e5eb10be4a34028192 (diff)
downloadguix-aa2480e50d713b90805336ab48477ba596aef531.tar
guix-aa2480e50d713b90805336ab48477ba596aef531.tar.gz
build: Fix test failures due to the nix -> guix directory name change.
Reported by Nikita Karetnikov <nikita@karetnikov.org> and Pierre-Antoine Rault <par@rigelk.eu>. * test-env.in: Change 'NIX_LOG_DIR' in accordance with f5768af. * tests/guix-register.sh: Likewise for 'NIX_LOG_DIR' and 'NIX_DB_DIR'.
Diffstat (limited to 'test-env.in')
-rw-r--r--test-env.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-env.in b/test-env.in
index 9b5817f4ee..3853ce91ef 100644
--- a/test-env.in
+++ b/test-env.in
@@ -30,7 +30,7 @@ then
NIX_IGNORE_SYMLINK_STORE=1 # in case the store is a symlink
NIX_STORE_DIR="@GUIX_TEST_ROOT@/store"
NIX_LOCALSTATE_DIR="@GUIX_TEST_ROOT@/var"
- NIX_LOG_DIR="@GUIX_TEST_ROOT@/var/log/nix"
+ NIX_LOG_DIR="@GUIX_TEST_ROOT@/var/log/guix"
NIX_DB_DIR="@GUIX_TEST_ROOT@/db"
NIX_ROOT_FINDER="@abs_top_builddir@/nix/scripts/list-runtime-roots"