diff options
Diffstat (limited to 'test/sandbox/case/default.nix')
| -rw-r--r-- | test/sandbox/case/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index acf30d7a..96a12a60 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -64,6 +64,18 @@ let "-s" tc.expectedFilter.${system} ]; + + extraPaths = + if tc.useCommonPaths then + [ ] + else + [ + { + type = "bind"; + src = "/var/tmp"; + write = true; + } + ]; }; testCaseName = name: "cat.gensokyo.hakurei.test." + name; |
