diff --git a/tests/smoke/find-info/task.yaml b/tests/smoke/find-info/task.yaml index 9fdcef02e7c..6514fc353ef 100644 --- a/tests/smoke/find-info/task.yaml +++ b/tests/smoke/find-info/task.yaml @@ -6,11 +6,10 @@ details: | display detailed information about it by using the "snap info" command. execute: | - test -f .skip && exit 0 + test -f .skip && exit 0 echo "Ensure 'snap find' works" snap find test-snapd-tools | MATCH ^test-snapd-tools echo "Ensure we can see useful info for it" snap info test-snapd-tools | MATCH '^name:\ +test-snapd-tools' -