From: Nathan S. Evans Date: Fri, 30 Apr 2010 08:06:55 +0000 (+0000) Subject: remove files on exit X-Git-Tag: initial-import-from-subversion-38251~21949 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5addc34393dca9081feb6ddf1628ba724e28a23e;p=oweals%2Fgnunet.git remove files on exit --- 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" stop_arm() { - if ! $armexe $DEBUG -e > $out ; then + if ! $armexe $DEBUG -e -d > $out ; then echo "FAIL: error running $armexe" echo "Command output was:" cat $out