]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/negotiation.sh
6046f4ec04b9e54123032cf4d21576c34c8f392a
[frescor/frsh.git] / frsh_api / tests / negotiation.sh
1 #!/bin/bash
2
3 . $(dirname $0)/wvtest.sh
4
5 WVSTART Setup
6 WVPASS fcb -dfcb.pid
7 WVPASS frm_dummy -dfrm.pid
8 trap '
9 WVSTART Kill
10 WVPASS kill `cat fcb.pid`
11 WVPASS rm fcb.pid
12 WVPASS kill `cat frm.pid`
13 WVPASS rm frm.pid
14 ' 0
15 WVPASS negotiation
16