-improve indentation, reduce duplication of PIDs in core's neighbour map
[oweals/gnunet.git] / src / scalarproduct / test_scalarproduct_negative.sh
index de6f2b348d947b6806a452ba8b2cc32378984798..eb9ead4bf66346a40ae09cf87e2c9165b6f91870 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`
@@ -39,6 +39,6 @@ then
        echo "OK"
         exit 0
 else
-       echo "Result $RESULT NOTOK"
+       echo "Result $RESULT, expected $EXPECTED NOTOK"
         exit 1
 fi