#! /bin/sh

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

. $srcdir/common.sh

# Match the d directory
client ls "" | grep -q '^d.* d$'

