]> rtime.felk.cvut.cz Git - omk.git/blob - tests/functions.sh
Fixed toplevel config test.
[omk.git] / tests / functions.sh
1 # -*-sh-*-
2
3 function error() {
4     echo $1 > _error
5     exit 1
6 }
7
8 function canttest() {
9     echo $1 > _error
10     exit 2
11 }