diff options
| -rw-r--r-- | scripts/qemuimage-testlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 2c38b9413b..713a47434d 100644 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
| @@ -204,7 +204,7 @@ Test_Kill_Qemu() | |||
| 204 | # function to check if there is any qemu process | 204 | # function to check if there is any qemu process |
| 205 | Test_Check_Qemu_UP() | 205 | Test_Check_Qemu_UP() |
| 206 | { | 206 | { |
| 207 | local count=`ps -eo command | cut -d " " -f 1 | grep -c \(^qemu\|.*/qemu\)` | 207 | local count=`ps -eo command | cut -d " " -f 1 | grep -c "\(^qemu\|.*/qemu\)"` |
| 208 | if [ ${count} -lt 1 ]; then | 208 | if [ ${count} -lt 1 ]; then |
| 209 | Test_Info "There is no Qemu process" | 209 | Test_Info "There is no Qemu process" |
| 210 | return 1 | 210 | return 1 |
