1 # we randomize ports to minimize collisions,
2 # this needs to be fixed someday (use netstat and check which port is free)
4 cp -rf $srcdir/files ./
7 ./rxpd -dq -b files -p policy -t $port example
11 nc -q1 localhost $port;
14 TESTING "regex checking tests" rxpd_client
16 TEST "not matched and empty line" <<END
23 TEST "matched 1" <<END
29 TEST "matched 2" <<END
35 TEST "reload example" <<END
41 TEST "expire rules, touch" <<END
46 TEST "expire rules, expire" <<END
51 TEST "expire rules, match" <<END