From c326c3f97d6ab04be6b8052200e4dfa6b2f58550 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 25 Mar 2025 20:00:34 +0900 Subject: fst/sandbox: do not create /etc in advance This is now handled by the setup op. This also gets rid of the hardcoded /etc path. Signed-off-by: Ophestra --- test/sandbox/case/mapuid.nix | 2 +- test/sandbox/case/preset.nix | 2 +- test/sandbox/case/tty.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index 634824bf..c44a2aec 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -39,7 +39,7 @@ urandom = fs "42001b6" null null; zero = fs "42001b6" null null; } null; - etc = fs "800001c0" { + etc = fs "800001ed" { ".clean" = fs "80001ff" null null; ".updated" = fs "80001ff" null null; "NIXOS" = fs "80001ff" null null; diff --git a/test/sandbox/case/preset.nix b/test/sandbox/case/preset.nix index c3ea564f..57ac8210 100644 --- a/test/sandbox/case/preset.nix +++ b/test/sandbox/case/preset.nix @@ -39,7 +39,7 @@ urandom = fs "42001b6" null null; zero = fs "42001b6" null null; } null; - etc = fs "800001c0" { + etc = fs "800001ed" { ".clean" = fs "80001ff" null null; ".updated" = fs "80001ff" null null; "NIXOS" = fs "80001ff" null null; diff --git a/test/sandbox/case/tty.nix b/test/sandbox/case/tty.nix index 1f29e1d6..ef7e3e85 100644 --- a/test/sandbox/case/tty.nix +++ b/test/sandbox/case/tty.nix @@ -40,7 +40,7 @@ urandom = fs "42001b6" null null; zero = fs "42001b6" null null; } null; - etc = fs "800001c0" { + etc = fs "800001ed" { ".clean" = fs "80001ff" null null; ".updated" = fs "80001ff" null null; "NIXOS" = fs "80001ff" null null; -- cgit v1.3.1