mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:15:07 +00:00
test: update bytes_to_human test inputs to use Base-10 values
This commit is contained in:
@@ -102,9 +102,9 @@ setup() {
|
|||||||
HOME="$HOME" bash --noprofile --norc << 'EOF'
|
HOME="$HOME" bash --noprofile --norc << 'EOF'
|
||||||
source "$PROJECT_ROOT/lib/core/common.sh"
|
source "$PROJECT_ROOT/lib/core/common.sh"
|
||||||
bytes_to_human 512
|
bytes_to_human 512
|
||||||
bytes_to_human 2048
|
bytes_to_human 2000
|
||||||
bytes_to_human $((5 * 1024 * 1024))
|
bytes_to_human 5000000
|
||||||
bytes_to_human $((3 * 1024 * 1024 * 1024))
|
bytes_to_human 3000000000
|
||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user