1@:SKIP $OS win # FIXME fails always, temp files same name httXXXXXX.bat
2@:SKIP $HOSTNAME.$OS mini.linux # FIXME fails sometimes, temp file name gen prob not thread safe
3@:SKIP fixme fixme # It happens on my maschine too temp file not thread safe.
4
5INCLUDE $TOP/test/config.htb
6
7CLIENT 190
8
9  _MATCH exec "(foobar)" BAR
10  _MATCH exec "(blabla)" BLA
11  #_SH #!/bin/bash
12  _SH echo foobar
13  _SH echo blabla
14  _SH END
15
16END
17
18