Browse Source

test: changed size of one of the files

MartinFillon 2 năm trước cách đây
mục cha
commit
4e262a6095
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Justfile

+ 2 - 2
Justfile

@@ -304,8 +304,8 @@ gen_test_dir:
     dd if=/dev/zero of=size/1K bs=1 count=0 seek=1K
     touch size/1B --date=@0
     dd if=/dev/zero of=size/1B bs=1 count=0 seek=1
-    touch size/69 --date=@0
-    dd if=/dev/zero of=size/69 bs=1 count=0 seek=69
+    touch size/1337 --date=@0
+    dd if=/dev/zero of=size/1337 bs=1 count=0 seek=1337
     # END test_size
     
     # BEGIN test_time