-Test only valid for bdb

This commit is contained in:
Jong Hyuk Choi 2003-05-09 20:08:08 +00:00
parent ca1da5b89a
commit 5c927a2fcf

View File

@ -8,6 +8,11 @@ fi
. $SRCDIR/scripts/args.sh
if test "$BACKEND" != "bdb"; then
echo "Test only valid for back-bdb"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh