1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 17:55:08 +00:00

test: update bytes_to_human test inputs to use Base-10 values

This commit is contained in:
tw93
2026-02-28 11:30:17 +08:00
parent 9d89bab922
commit 9fed092283

View File

@@ -102,9 +102,9 @@ setup() {
HOME="$HOME" bash --noprofile --norc << 'EOF'
source "$PROJECT_ROOT/lib/core/common.sh"
bytes_to_human 512
bytes_to_human 2048
bytes_to_human $((5 * 1024 * 1024))
bytes_to_human $((3 * 1024 * 1024 * 1024))
bytes_to_human 2000
bytes_to_human 5000000
bytes_to_human 3000000000
EOF
)"