diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-08-29T12·49+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-08-29T12·49+0200 |
commit | a2c4fcd5e9782dc8d2998773380c7171ee53b813 (patch) | |
tree | 8ded004bb7d06f44dd28c08c922771238cc85cea /tests | |
parent | 31f5ecfaa5bce2282f50daed1e4f477c64705fb3 (diff) |
Don't rely on st_blocks
It doesn't seem very reliable on ZFS.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gc-auto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gc-auto.sh b/tests/gc-auto.sh index 68b7219f238d..54ead227ef62 100644 --- a/tests/gc-auto.sh +++ b/tests/gc-auto.sh @@ -22,7 +22,7 @@ with import ./config.nix; mkDerivation { echo foo > \$out/bar echo 1... sleep 2 - echo 100 > $fake_free + echo 200 > $fake_free echo 2... sleep 2 echo 3... @@ -44,7 +44,7 @@ with import ./config.nix; mkDerivation { echo foo > \$out/bar echo 1... sleep 2 - echo 100 > $fake_free + echo 200 > $fake_free echo 2... sleep 2 echo 3... |