aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct_negative.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-09 21:17:46 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-09 21:17:46 +0000
commite0f0366f920a4681be3ceb60bb86ecc82d14ce54 (patch)
tree168a4d8e7f00fa1e5077a267924587f220102996 /src/scalarproduct/test_scalarproduct_negative.sh
parent3420db8ee66c510eb3680ba92a00d810b352b03d (diff)
downloadgnunet-e0f0366f920a4681be3ceb60bb86ecc82d14ce54.tar.gz
gnunet-e0f0366f920a4681be3ceb60bb86ecc82d14ce54.zip
-handle negative results correctly
Diffstat (limited to 'src/scalarproduct/test_scalarproduct_negative.sh')
-rwxr-xr-xsrc/scalarproduct/test_scalarproduct_negative.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/test_scalarproduct_negative.sh b/src/scalarproduct/test_scalarproduct_negative.sh
index a7514cf5e..eb9ead4bf 100755
--- a/src/scalarproduct/test_scalarproduct_negative.sh
+++ b/src/scalarproduct/test_scalarproduct_negative.sh
@@ -39,6 +39,6 @@ then
39 echo "OK" 39 echo "OK"
40 exit 0 40 exit 0
41else 41else
42 echo "Result $RESULT NOTOK" 42 echo "Result $RESULT, expected $EXPECTED NOTOK"
43 exit 1 43 exit 1
44fi 44fi