diff options
Diffstat (limited to 'test/sandbox/case/default.nix')
| -rw-r--r-- | test/sandbox/case/default.nix | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index 9057776b..5bdbba8f 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -14,14 +14,18 @@ let ; }; - ent = fsname: dir: type: opts: freq: passno: { + ignore = "//ignore"; + + ent = root: target: vfs_optstr: fstype: source: fs_optstr: { + id = -1; + parent = -1; inherit - fsname - dir - type - opts - freq - passno + root + target + vfs_optstr + fstype + source + fs_optstr ; }; @@ -34,6 +38,7 @@ let inherit fs ent + ignore ; }; in @@ -44,12 +49,6 @@ let share = foot; packages = [ ]; command = "${checkSandbox tc.name tc.want} > /dev/console"; - extraPaths = [ - { - src = "/proc/mounts"; - dst = "/.fortify/mounts"; - } - ]; }; in { |
