aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct.sh
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-15 12:28:41 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-15 12:28:41 +0000
commitd08487cfb5cd5854cd44c6d79dcfbb312fb83504 (patch)
treee805b2b25aafb4acf9da61fdf3dfc70cb0c88973 /src/scalarproduct/test_scalarproduct.sh
parent93cbf8f393a339e0d339089ebbd74423838a6a8f (diff)
downloadgnunet-d08487cfb5cd5854cd44c6d79dcfbb312fb83504.tar.gz
gnunet-d08487cfb5cd5854cd44c6d79dcfbb312fb83504.zip
updated test-config template for scalarproduct
added declaration of GNUNET_TESTING_PREFIX to the test script
Diffstat (limited to 'src/scalarproduct/test_scalarproduct.sh')
-rwxr-xr-xsrc/scalarproduct/test_scalarproduct.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scalarproduct/test_scalarproduct.sh b/src/scalarproduct/test_scalarproduct.sh
index 81bd9c2ec..ee828e4aa 100755
--- a/src/scalarproduct/test_scalarproduct.sh
+++ b/src/scalarproduct/test_scalarproduct.sh
@@ -1,5 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3#necessary to make the testing prefix deterministic, so we can access the config files
4GNUNET_TESTING_PREFIX=/tmp/test-scalarproduct1337
3CFGA="-c ./test_scalarproduct_alice.conf" 5CFGA="-c ./test_scalarproduct_alice.conf"
4CFGB="-c ./test_scalarproduct_bob.conf" 6CFGB="-c ./test_scalarproduct_bob.conf"
5 #can't use ` directly 7 #can't use ` directly