diff options
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk index 46f339de6fdf..66b87e86b709 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -4,11 +4,11 @@ check: nix_tests = \ init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ build-hook.sh substitutes.sh substitutes2.sh \ - fallback.sh nix-push.sh gc.sh gc-concurrent.sh nix-pull.sh \ + fallback.sh nix-push.sh gc.sh gc-concurrent.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \ remote-store.sh export.sh export-graph.sh \ - binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.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 \ check-reqs.sh pass-as-file.sh tarball.sh |