aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/test_reclaim.sh
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-09 11:40:47 +0000
committerng0 <ng0@n0.is>2019-03-09 11:40:47 +0000
commit15393f04d1621903927d3d62b3fafa1960c1dfee (patch)
tree93a94c6b04d06e2bacc62e12603be916d963112c /src/reclaim/test_reclaim.sh
parenta08cfc4962ab64dc1f11f1f47d1f5489f0e27ef2 (diff)
downloadgnunet-15393f04d1621903927d3d62b3fafa1960c1dfee.tar.gz
gnunet-15393f04d1621903927d3d62b3fafa1960c1dfee.zip
bashism
Diffstat (limited to 'src/reclaim/test_reclaim.sh')
-rwxr-xr-xsrc/reclaim/test_reclaim.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/test_reclaim.sh b/src/reclaim/test_reclaim.sh
index 311f5382a..da93b10f7 100755
--- a/src/reclaim/test_reclaim.sh
+++ b/src/reclaim/test_reclaim.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2#trap "gnunet-arm -e -c test_reclaim_lookup.conf" SIGINT 2#trap "gnunet-arm -e -c test_reclaim_lookup.conf" SIGINT
3 3
4LOCATION=$(which gnunet-config) 4LOCATION=$(which gnunet-config)
@@ -20,7 +20,7 @@ rm -rf `gnunet-config -c test_reclaim.conf -s PATHS -o GNUNET_HOME -f`
20# (3) PKEY3.user -> PKEY4 20# (3) PKEY3.user -> PKEY4
21 21
22 22
23which timeout &> /dev/null && DO_TIMEOUT="timeout 30" 23which timeout > /dev/null 2>&1 && DO_TIMEOUT="timeout 30"
24 24
25TEST_ATTR="test" 25TEST_ATTR="test"
26gnunet-arm -s -c test_reclaim.conf 26gnunet-arm -s -c test_reclaim.conf