test/sandbox: check fs outcome

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-03 01:02:09 +09:00
parent 0bd9b9e8fe
commit ea853e21d9
2 changed files with 215 additions and 0 deletions

View File

@@ -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
''