path: snapd_2.73-3/tests/core/snapd-refresh/task.yaml
        snap list | MATCH "snapd.*$current "
        echo "And we see the original snapd running"
        running="$(readlink -f /proc/"$(pidof snapd)"/exe)"
        echo "$running" | MATCH "/snap/snapd/$current/usr/lib/"
    done
