diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-10-16 19:11:41 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-16 22:53:40 +0200 |
| commit | a1aaca314ca94700ebe3449d6bd73522f2d243bc (patch) | |
| tree | 205e293bb1e64b39fc53c17255118f587e125e4f | |
| parent | 47e99e626b46b2fc433506a822d251de68ad6241 (diff) | |
build: Remove references to 'NIX_LOCALSTATE_DIR'.
* build-aux/test-env.in: Remove references to 'NIX_LOCALSTATE_DIR'.
| -rw-r--r-- | build-aux/test-env.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/test-env.in b/build-aux/test-env.in index 6b0f8daa876..59ab58cc941 100644 --- a/build-aux/test-env.in +++ b/build-aux/test-env.in | |||
| @@ -50,7 +50,6 @@ then | |||
| 50 | # it or its parent directories. See <http://bugs.gnu.org/17935>. | 50 | # it or its parent directories. See <http://bugs.gnu.org/17935>. |
| 51 | NIX_STORE_DIR="`cd "@GUIX_TEST_ROOT@/store"; pwd -P`" | 51 | NIX_STORE_DIR="`cd "@GUIX_TEST_ROOT@/store"; pwd -P`" |
| 52 | 52 | ||
| 53 | NIX_LOCALSTATE_DIR="@GUIX_TEST_ROOT@/var" | ||
| 54 | GUIX_LOG_DIRECTORY="@GUIX_TEST_ROOT@/var/log/guix" | 53 | GUIX_LOG_DIRECTORY="@GUIX_TEST_ROOT@/var/log/guix" |
| 55 | GUIX_DATABASE_DIRECTORY="@GUIX_TEST_ROOT@/db" | 54 | GUIX_DATABASE_DIRECTORY="@GUIX_TEST_ROOT@/db" |
| 56 | 55 | ||
| @@ -96,7 +95,7 @@ then | |||
| 96 | NIXPKGS="@NIXPKGS@" | 95 | NIXPKGS="@NIXPKGS@" |
| 97 | 96 | ||
| 98 | export NIX_IGNORE_SYMLINK_STORE NIX_STORE_DIR \ | 97 | export NIX_IGNORE_SYMLINK_STORE NIX_STORE_DIR \ |
| 99 | NIX_LOCALSTATE_DIR GUIX_LOG_DIRECTORY GUIX_STATE_DIRECTORY GUIX_DATABASE_DIRECTORY \ | 98 | GUIX_LOG_DIRECTORY GUIX_STATE_DIRECTORY GUIX_DATABASE_DIRECTORY \ |
| 100 | GUIX_BINARY_SUBSTITUTE_URL \ | 99 | GUIX_BINARY_SUBSTITUTE_URL \ |
| 101 | GUIX_ALLOW_UNAUTHENTICATED_SUBSTITUTES \ | 100 | GUIX_ALLOW_UNAUTHENTICATED_SUBSTITUTES \ |
| 102 | GUIX_CONFIGURATION_DIRECTORY XDG_CACHE_HOME NIXPKGS | 101 | GUIX_CONFIGURATION_DIRECTORY XDG_CACHE_HOME NIXPKGS |
