about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-08-29T12·49+0200
committerEelco Dolstra <edolstra@gmail.com>2019-08-29T12·49+0200
commita2c4fcd5e9782dc8d2998773380c7171ee53b813 (patch)
tree8ded004bb7d06f44dd28c08c922771238cc85cea /tests
parent31f5ecfaa5bce2282f50daed1e4f477c64705fb3 (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.sh4
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...