From 3741254a6989b2837cd8d20480f152f0096bcb9a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 15 Jan 2014 23:11:19 +0100 Subject: t0111: Additions and fixes * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer --- tests/filters/capitalize-stdin.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 tests/filters/capitalize-stdin.sh (limited to 'tests/filters/capitalize-stdin.sh') diff --git a/tests/filters/capitalize-stdin.sh b/tests/filters/capitalize-stdin.sh deleted file mode 100755 index da6f7a1..0000000 --- a/tests/filters/capitalize-stdin.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -[ "$#" -gt 0 ] && printf "%s " "$*" -tr '[:lower:]' '[:upper:]' -- cgit v1.2.1