aboutsummaryrefslogtreecommitdiff
path: root/src/credential/test_credential_collect.sh
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-09 12:10:10 +0000
committerng0 <ng0@n0.is>2019-03-09 12:10:10 +0000
commit5f7119d93f6868a2e21d23b3df066fb43489b9da (patch)
treeb4ed68dfb450563997afd81a2b8e615c8ff63c80 /src/credential/test_credential_collect.sh
parent81f6aa39f603bb9a176bdc901566856c4dde8790 (diff)
downloadgnunet-5f7119d93f6868a2e21d23b3df066fb43489b9da.tar.gz
gnunet-5f7119d93f6868a2e21d23b3df066fb43489b9da.zip
bashism
Diffstat (limited to 'src/credential/test_credential_collect.sh')
-rwxr-xr-xsrc/credential/test_credential_collect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/credential/test_credential_collect.sh b/src/credential/test_credential_collect.sh
index 6c713063f..0ae063eda 100755
--- a/src/credential/test_credential_collect.sh
+++ b/src/credential/test_credential_collect.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2trap "gnunet-arm -e -c test_credential_lookup.conf" SIGINT 2trap "gnunet-arm -e -c test_credential_lookup.conf" SIGINT
3 3
4LOCATION=$(which gnunet-config) 4LOCATION=$(which gnunet-config)
@@ -20,7 +20,7 @@ rm -rf `gnunet-config -c test_credential_lookup.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"
26TEST_ATTR2="test2" 26TEST_ATTR2="test2"