From d58b3274f9edc4bad9eb64cf958d48dfb1cc503c Mon Sep 17 00:00:00 2001 From: regnat Date: Wed, 28 Apr 2021 11:41:37 +0200 Subject: [PATCH] test: Don't generate a Nix conf in the makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The config is overriden by the `test_init` perl function, so it’s at best misleading to create a first one there --- t/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Makefile.am b/t/Makefile.am index 358f3698..b8448fe8 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -34,7 +34,5 @@ dirs: touch data/hydra.conf mkdir -p nix mkdir -p nix/etc/nix - touch nix/etc/nix/nix.conf - echo "sandbox = false" >> nix/etc/nix/nix.conf mkdir -p nix/store mkdir -p nix/var