From: Julius Bünger Date: Thu, 13 Dec 2018 15:36:37 +0000 (+0100) Subject: RPS tests (fix): Do not try to close files when there are no open ones X-Git-Tag: v0.11.0~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe4f3105b7b0f6bc3160b1396fe7af07bde0bd8d;p=oweals%2Fgnunet.git RPS tests (fix): Do not try to close files when there are no open ones --- diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index 72dc90b17..63a6007ae 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.c @@ -806,7 +806,6 @@ shutdown_op (void *cls) GNUNET_TESTBED_operation_done (rps_peers[i].op); } } - close_all_files(); }