#! /bin/sh

if [ -z "$srcdir" ] ; then
    srcdir=.
fi

. $srcdir/common.sh

# Match the d directory
client ls "" | grep '^d.* d$' > /dev/null

