]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - frsh_api/tests/negotiation.sh
frsh: Do not include test functions
[frescor/frsh.git] / frsh_api / tests / negotiation.sh
index f92a30973e97faa9de8f1469f93a2ac940b896af..a788859a7a76a89d557920be02ed91dfb725eede 100755 (executable)
@@ -2,13 +2,17 @@
 
 . $(dirname $0)/wvtest.sh
 
+trap '' SIGINT
+
 WVSTART Setup
 WVPASS fcb -dfcb.pid
 WVPASS frm_dummy -dfrm.pid
-WVPASS negotiation.wv
+
+
+WVPASS negotiation
+
 WVSTART Kill
 WVPASS kill `cat fcb.pid`
 WVPASS rm fcb.pid
 WVPASS kill `cat frm.pid`
 WVPASS rm frm.pid
-