From d1d46fe33e75a837df25269b0dd00080b4150d87 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 May 2010 06:32:43 +0000 Subject: [PATCH] clean up files --- src/dht/test_dht_tools.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.25.1