Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc569 local df_output
594 df_output=$(df "$img" 2>/dev/null)
598 if [ -n "$df_output" ]; then
599 if ! echo "$df_output" | grep -q "$img"; then