add some tests

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-16 09:50:20 +02:00
parent c9897b9c55
commit 788e121a4b
2 changed files with 7 additions and 0 deletions

3
test/caller Executable file
View File

@ -0,0 +1,3 @@
. ./reporter
reporter

4
test/reporter Normal file
View File

@ -0,0 +1,4 @@
reporter()
{
echo 0: $0
}