#! /bin/sh

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

. $srcdir/common.sh

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

