This patch fixes a typo on aiaiai-email-test-patchset, which prevented
the validator from being called, as it was misspelled.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
mv $verbose -- "$mbox" "$tmpdir" >&2
file="$tmpdir/${mbox##*/}"
-if ! cat -- "$file" | aiaia-email-test-patchset "$verbose" "$cfgfile"; then
+if ! cat -- "$file" | aiaiai-email-test-patchset "$verbose" "$cfgfile"; then
verbose "Validation failed"
touch -- "$fail_file"
mv $verbose -- "$file" "$queuedir" >&2