Skip to content

Commit

Permalink
test: changed size of one of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFillon committed Oct 30, 2023
1 parent 79cffaa commit 4e262a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e262a6

Please sign in to comment.