diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-03 01:02:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-03 01:02:09 +0900 |
| commit | ea853e21d9adc86ad3ce0c9f0c752d987d721abd (patch) | |
| tree | 1986fe38c49a9ea76e1ddca2d3b11b8ab1215e3b /test/sandbox/default.nix | |
| parent | 0bd9b9e8fe61a96d7c63ec85c190cd32636fa659 (diff) | |
test/sandbox: check fs outcome
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/default.nix')
| -rw-r--r-- | test/sandbox/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sandbox/default.nix b/test/sandbox/default.nix index fa498444..eb468457 100644 --- a/test/sandbox/default.nix +++ b/test/sandbox/default.nix @@ -7,6 +7,7 @@ writeShellScript "check-sandbox" '' set -e ${callPackage ./mount.nix { inherit version; }}/bin/test + ${callPackage ./fs.nix { inherit version; }}/bin/test touch /tmp/sandbox-ok '' |
