tests/: Add t0111-filter.sh

This adds basic tests for all types of exec filters.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2014-01-14 12:01:06 +01:00
committed by Jason A. Donenfeld
parent 1167dbb95b
commit ce56d89a26
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "$1" | tr '[:lower:]' '[:upper:]'

View File

@ -0,0 +1,3 @@
#!/bin/sh
tr '[:lower:]' '[:upper:]'