projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08cfc4
)
bashism
author
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:40:47 +0000
(11:40 +0000)
committer
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 11:40:47 +0000
(11:40 +0000)
src/reclaim/test_reclaim.sh
patch
|
blob
|
history
diff --git
a/src/reclaim/test_reclaim.sh
b/src/reclaim/test_reclaim.sh
index 311f5382a7590e211987c069f9598579f660d0a6..da93b10f7949fc5e59fa11156807decb47996744 100755
(executable)
--- a/
src/reclaim/test_reclaim.sh
+++ b/
src/reclaim/test_reclaim.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
#trap "gnunet-arm -e -c test_reclaim_lookup.conf" SIGINT
LOCATION=$(which gnunet-config)
@@
-20,7
+20,7
@@
rm -rf `gnunet-config -c test_reclaim.conf -s PATHS -o GNUNET_HOME -f`
# (3) PKEY3.user -> PKEY4
-which timeout
&> /dev/null
&& DO_TIMEOUT="timeout 30"
+which timeout
> /dev/null 2>&1
&& DO_TIMEOUT="timeout 30"
TEST_ATTR="test"
gnunet-arm -s -c test_reclaim.conf