#!/bin/sh
#
# 
# relaxed/simple verifying test using Lua's RBL feature

if [ x"$srcdir" = x"" ]
then
	srcdir=`pwd`
fi

../../miltertest/miltertest $MILTERTESTFLAGS -s $srcdir/t-lua-rbl.lua
