path: snapd_2.73-3/tests/main/snapd-reexec/task.yaml
    # This check is valid only if snap command is re-executing to the snap
    if [ "$IS_REEXEC" = true ]; then        
        SNAPD_PATH=$(readlink -f "/proc/$(pidof snapd)/exe")
        if [ "$SNAPD_PATH" != "/snap/$SNAPD_SRC/${now_src}/usr/lib/snapd/snapd" ]; then
            echo "unexpected $SNAPD_PATH for $now_src snap (previous $prev_src)"
