From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- test/sandbox/case/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/sandbox/case/default.nix') diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index 21bdd4a0..05a13de1 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -46,14 +46,14 @@ let ; share = testProgram; packages = [ ]; - path = "${testProgram}/bin/fortify-test"; + path = "${testProgram}/bin/hakurei-test"; args = [ "test" - (toString (builtins.toFile "fortify-${tc.name}-want.json" (builtins.toJSON tc.want))) + (toString (builtins.toFile "hakurei-${tc.name}-want.json" (builtins.toJSON tc.want))) ]; }; - testCaseName = name: "cat.gensokyo.fortify.test." + name; + testCaseName = name: "cat.gensokyo.hakurei.test." + name; in { ${testCaseName "preset"} = callTestCase ./preset.nix 1; -- cgit v1.3.1