From: Lukas Fleischer Date: Tue, 14 Jan 2014 21:25:45 +0000 (+0100) Subject: t0111: Add basic tests for Lua filters X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/caf557a2ba666ad87a1ebd5b40750feaf1bd631f?ds=inline;hp=caf557a2ba666ad87a1ebd5b40750feaf1bd631f t0111: Add basic tests for Lua filters * Validate the email filter by manipulating stdin. Additional checks for all the arguments can be added in a later patch. * Add the exec prefix to all informational messages. * Rename the filter repository to filter-exec. The Git repository itself is not renamed since it can be shared amongst all filter types. * In the filter checks, check whether all arguments are passed properly instead of validating the buffer/stdin only. Signed-off-by: Lukas Fleischer ---