summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1109770.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1109770.t')
-rw-r--r--tests/bugs/bug-1109770.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-1109770.t b/tests/bugs/bug-1109770.t
index 3ee43e3e304..139c1022e5b 100644
--- a/tests/bugs/bug-1109770.t
+++ b/tests/bugs/bug-1109770.t
@@ -48,13 +48,13 @@ SNAPD_PID=$(ps aux | grep snapd | grep -v grep | awk '{print $2}');
TEST [ $SNAPD_PID -gt 0 ];
-TEST $CLI volume stop $V0;
+TEST $CLI volume set $V0 features.uss disable;
SNAPD_PID=$(ps aux | grep snapd | grep -v grep | awk '{print $2}');
TEST ! [ $SNAPD_PID -gt 0 ];
-TEST $CLI volume start $V0;
+TEST $CLI volume set $V0 features.uss enable;
SNAPD_PID=$(ps aux | grep snapd | grep -v grep | awk '{print $2}');