aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-30 08:06:55 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-30 08:06:55 +0000
commit5addc34393dca9081feb6ddf1628ba724e28a23e (patch)
treef88196146d8eccc7df533a1ba6132ad52415e59a /src/dht
parentbd04ff175c814f1c0b602998a0c609cc46bbbb35 (diff)
downloadgnunet-5addc34393dca9081feb6ddf1628ba724e28a23e.tar.gz
gnunet-5addc34393dca9081feb6ddf1628ba724e28a23e.zip
remove files on exit
Diffstat (limited to 'src/dht')
-rwxr-xr-xsrc/dht/test_dht_tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh
index d417ac09d..9b05b7636 100755
--- a/src/dht/test_dht_tools.sh
+++ b/src/dht/test_dht_tools.sh
@@ -8,7 +8,7 @@ checkout="check.out"
8 8
9stop_arm() 9stop_arm()
10{ 10{
11 if ! $armexe $DEBUG -e > $out ; then 11 if ! $armexe $DEBUG -e -d > $out ; then
12 echo "FAIL: error running $armexe" 12 echo "FAIL: error running $armexe"
13 echo "Command output was:" 13 echo "Command output was:"
14 cat $out 14 cat $out