diff options
Diffstat (limited to 'tests/bugs/bug-1109889.t')
-rw-r--r-- | tests/bugs/bug-1109889.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1109889.t b/tests/bugs/bug-1109889.t index 2c2239fc57d..64d0b7ad1c6 100644 --- a/tests/bugs/bug-1109889.t +++ b/tests/bugs/bug-1109889.t @@ -49,7 +49,7 @@ TEST $CLI volume set $V0 features.uss enable; #let snapd get started properly and client connect to snapd EXPECT_WITHIN $CHILD_UP_TIMEOUT "1" snap_client_connected_status $V0 -SNAPD_PID=$(ps aux | grep snapd | grep -v grep | awk '{print $2}'); +SNAPD_PID=$(ps auxww | grep snapd | grep -v grep | awk '{print $2}'); TEST [ $SNAPD_PID -gt 0 ]; |