From 77ac382607ab9a8bbd410a560d853d58aca6daf1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 14 Jan 2014 11:13:08 +0100 Subject: tests/: Add t0111-filter.sh This adds basic tests for all types of exec filters. Signed-off-by: Lukas Fleischer --- tests/filters/capitalize-stdin.sh | 3 +++ 1 file changed, 3 insertions(+) create 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 new file mode 100755 index 0000000..c9f4719 --- /dev/null +++ b/tests/filters/capitalize-stdin.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tr '[:lower:]' '[:upper:]' -- cgit v1.2.3-24-g4f1b