#!/bin/sh

set -e pipefail

URLVIEW_DEBUG=1 urlview /usr/share/doc/urlview/examples/text |
    grep -q '^www.windowmaker.org/features.html$'
