From: Christian Grothoff Date: Wed, 12 May 2010 06:32:43 +0000 (+0000) Subject: clean up files X-Git-Tag: initial-import-from-subversion-38251~21734 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1d46fe33e75a837df25269b0dd00080b4150d87;p=oweals%2Fgnunet.git clean up files --- diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh index 9613cbf54..035107997 100755 --- a/src/dht/test_dht_tools.sh +++ b/src/dht/test_dht_tools.sh @@ -1,6 +1,6 @@ #!/bin/sh -out=`mktemp /tmp/test-gnunet-arm-logXXXXXXXX` +out=`mktemp /tmp/test-gnunet-dht-logXXXXXXXX` tempcfg=`mktemp /tmp/test_dht_api_peer1.XXXXXXXX` checkout="check.out" armexe="gnunet-arm -c $tempcfg " @@ -13,8 +13,10 @@ stop_arm() echo "FAIL: error running $armexe" echo "Command output was:" cat $out + rm -f $out $tempcfg exit 1 fi + rm -f $out $tempcfg } cp test_dht_api_peer1.conf $tempcfg @@ -67,5 +69,4 @@ if ! diff -q $out $checkout ; then exit 1 fi echo "PASS" - stop_arm