summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1111041.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1111041.t')
-rw-r--r--tests/bugs/bug-1111041.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1111041.t b/tests/bugs/bug-1111041.t
index 2ff5294f238..ad8a2a73652 100644
--- a/tests/bugs/bug-1111041.t
+++ b/tests/bugs/bug-1111041.t
@@ -25,7 +25,7 @@ TEST $CLI volume set $V0 features.uss enable;
EXPECT "1" is_snapd_running $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 ];