diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-07 18:32:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-07 18:56:27 +0900 |
| commit | 6d55ee536e902d059380f79e870d06547627cc7c (patch) | |
| tree | aacf3e3ec42525cf0e7a674aa948359fd0c21ae2 /test/interactive | |
| parent | c8e8651694415d497b0800319b2ddda361b7651f (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'test/interactive')
| -rw-r--r-- | test/interactive/raceattr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
