From 6d55ee536e902d059380f79e870d06547627cc7c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Jul 2026 18:32:56 +0900 Subject: test: move nix files These are too much clutter. Move them to test directory until the test suite replacement is upstreamed. Signed-off-by: Ophestra --- test/interactive/raceattr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interactive') diff --git a/test/interactive/raceattr.nix b/test/interactive/raceattr.nix index d94d7a7b..de54f4cf 100644 --- a/test/interactive/raceattr.nix +++ b/test/interactive/raceattr.nix @@ -16,7 +16,7 @@ src = builtins.path { name = "${pname}-src"; - path = lib.cleanSource ../../cmd/sharefs/test; + path = lib.cleanSource ../sharefs; filter = path: type: (type == "directory") || (type == "regular" && lib.hasSuffix ".go" path); }; vendorHash = null; -- cgit v1.3.1