#!/bin/sh
# $Id: test-xdisplay,v 1.1 2001/04/25 18:48:39 rbasch Exp $

if [ -z "$DISPLAY" ]; then
  exit 1
fi

exit 0
