diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-17 15:50:53 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-17 15:50:53 -0400 |
commit | 4178f36a1d4005a78a024c60d1f024c6ecccf8e8 (patch) | |
tree | 6ffa733458effff6e04bf1f4c40ac7017dfa2804 /tests/local.mk | |
parent | fefd6c9e5f25a53fe02b9be15cec7176eda61a19 (diff) |
Test relative store paths
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 81366160b..0f3bfe606 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -6,7 +6,7 @@ nix_tests = \ gc-auto.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ gc-runtime.sh check-refs.sh filter-source.sh \ - remote-store.sh export.sh export-graph.sh \ + local-store.sh remote-store.sh export.sh export-graph.sh \ timeout.sh secure-drv-outputs.sh nix-channel.sh \ multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \ binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \ |