Home
last modified time | relevance | path

Searched refs:file_length_1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D125131 file_length_1=$(stat -c '%s' "$TEST_IMG_FILE")
141 if [ $file_length_1 -gt $file_length_0 ]; then
142 … echo "ERROR (create): Image length has grown from $file_length_0 to $file_length_1"
155 if [ $file_length_2 -gt $file_length_1 ]; then
156 … echo "ERROR (grow): Image length has grown from $file_length_1 to $file_length_2"