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:

committed by
Jason A. Donenfeld

parent
1167dbb95b
commit
ce56d89a26
3
tests/filters/capitalize-argv1.sh
Executable file
3
tests/filters/capitalize-argv1.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "$1" | tr '[:lower:]' '[:upper:]'
|
3
tests/filters/capitalize-stdin.sh
Executable file
3
tests/filters/capitalize-stdin.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
tr '[:lower:]' '[:upper:]'
|
Reference in New Issue
Block a user