1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 11:03:54 +02:00

Testing overlayfs stores

This commit is contained in:
John Ericson 2023-03-16 23:00:14 -04:00
parent 4dcc0a1b76
commit 111aeb9e92
4 changed files with 57 additions and 2 deletions

View file

@ -3,7 +3,7 @@ source common/vars-and-functions.sh
test -n "$TEST_ROOT"
if test -d "$TEST_ROOT"; then
chmod -R u+w "$TEST_ROOT"
chmod -R u+rw "$TEST_ROOT"
# We would delete any daemon socket, so let's stop the daemon first.
killDaemon
rm -rf "$TEST_ROOT"