Skip to content

Commit

Permalink
fix info test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored and CodingPoeta committed Jan 8, 2025
1 parent f02b174 commit 14a3169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/command/info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_info_big_file(){
prepare_test
./juicefs format $META_URL myjfs
./juicefs mount -d $META_URL /jfs
dd if=/dev/urandom of=/jfs/bigfile bs=16M count=1024
dd if=/dev/zero of=/jfs/bigfile bs=1M count=4096
./juicefs info /jfs/bigfile
./juicefs rmr /jfs/bigfile
df -h /jfs
Expand Down

0 comments on commit 14a3169

Please sign in to comment.