allocate r and r_prime MPIs before use
[oweals/gnunet.git] / src / scalarproduct / test_scalarproduct_negative.sh
index de6f2b348d947b6806a452ba8b2cc32378984798..a7514cf5e5b5279ef4c229954dd1eb59abce1dd2 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 # compute a simple scalar product
 # payload for this test:
-INPUTALICE="-k CCC -e -3,-3,1"
-INPUTBOB="-k CCC -e 1000,100,24"
+INPUTALICE="-k CCC -e 'AB,10;RO,-3;FL,-3;LOL,1;'"
+INPUTBOB="-k CCC -e 'BC,-20000;RO,1000;FL,100;LOL,24;'"
 
 # necessary to make the testing prefix deterministic, so we can access the config files
 PREFIX=/tmp/test-scalarproduct`date +%H%M%S`