aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/interactive
diff options
context:
space:
mode:
Diffstat (limited to 'test/interactive')
-rw-r--r--test/interactive/raceattr.nix2
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;