diff options
Diffstat (limited to 'tests/nix-pull.sh')
-rw-r--r-- | tests/nix-pull.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh index 4f53113bc853..a8dca8feaa42 100644 --- a/tests/nix-pull.sh +++ b/tests/nix-pull.sh @@ -1,3 +1,5 @@ +source common.sh + clearStore () { echo "clearing store..." chmod -R +w "$NIX_STORE_DIR" |